Skip to content

Commit

Permalink
Bump AGE/vendor/imgui from aceab9a to c191faf
Browse files Browse the repository at this point in the history
Bumps [AGE/vendor/imgui](https://github.com/ocornut/imgui) from `aceab9a` to `c191faf`.
- [Release notes](https://github.com/ocornut/imgui/releases)
- [Commits](ocornut/imgui@aceab9a...c191faf)

---
updated-dependencies:
- dependency-name: AGE/vendor/imgui
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 1, 2023
1 parent fc0b49e commit 63c0eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AGE/vendor/imgui
Submodule imgui updated 79 files
+0 −31 .github/workflows/static-analysis.yml
+3 −0 .gitignore
+64 −41 backends/imgui_impl_allegro5.cpp
+6 −5 backends/imgui_impl_android.cpp
+45 −44 backends/imgui_impl_dx10.cpp
+53 −52 backends/imgui_impl_dx11.cpp
+74 −73 backends/imgui_impl_dx12.cpp
+33 −32 backends/imgui_impl_dx9.cpp
+71 −59 backends/imgui_impl_glfw.cpp
+0 −4 backends/imgui_impl_glfw.h
+5 −3 backends/imgui_impl_glut.cpp
+5 −5 backends/imgui_impl_metal.mm
+8 −7 backends/imgui_impl_opengl2.cpp
+78 −52 backends/imgui_impl_opengl3.cpp
+2 −2 backends/imgui_impl_opengl3.h
+8 −0 backends/imgui_impl_opengl3_loader.h
+2 −1 backends/imgui_impl_osx.h
+17 −9 backends/imgui_impl_osx.mm
+56 −37 backends/imgui_impl_sdl.cpp
+20 −19 backends/imgui_impl_sdlrenderer.cpp
+45 −34 backends/imgui_impl_vulkan.cpp
+4 −2 backends/imgui_impl_vulkan.h
+50 −49 backends/imgui_impl_wgpu.cpp
+2 −2 backends/imgui_impl_wgpu.h
+63 −49 backends/imgui_impl_win32.cpp
+1 −1 backends/imgui_impl_win32.h
+10 −10 docs/BACKENDS.md
+231 −40 docs/CHANGELOG.txt
+26 −26 docs/CONTRIBUTING.md
+1 −1 docs/EXAMPLES.md
+62 −54 docs/FAQ.md
+4 −4 docs/FONTS.md
+44 −69 docs/README.md
+1 −1 docs/TODO.txt
+4 −3 examples/example_allegro5/main.cpp
+13 −10 examples/example_android_opengl3/main.cpp
+5 −4 examples/example_apple_metal/main.mm
+5 −4 examples/example_apple_opengl2/main.mm
+5 −3 examples/example_emscripten_opengl3/main.cpp
+7 −5 examples/example_emscripten_wgpu/main.cpp
+5 −4 examples/example_glfw_metal/main.mm
+2 −2 examples/example_glfw_opengl2/example_glfw_opengl2.vcxproj.filters
+4 −3 examples/example_glfw_opengl2/main.cpp
+2 −2 examples/example_glfw_opengl3/example_glfw_opengl3.vcxproj.filters
+5 −3 examples/example_glfw_opengl3/main.cpp
+2 −2 examples/example_glfw_vulkan/example_glfw_vulkan.vcxproj.filters
+4 −3 examples/example_glfw_vulkan/main.cpp
+5 −3 examples/example_glut_opengl2/main.cpp
+2 −2 examples/example_sdl_directx11/example_sdl_directx11.vcxproj.filters
+5 −4 examples/example_sdl_directx11/main.cpp
+5 −4 examples/example_sdl_metal/main.mm
+2 −2 examples/example_sdl_opengl2/example_sdl_opengl2.vcxproj.filters
+5 −4 examples/example_sdl_opengl2/main.cpp
+2 −2 examples/example_sdl_opengl3/example_sdl_opengl3.vcxproj.filters
+5 −4 examples/example_sdl_opengl3/main.cpp
+1 −1 examples/example_sdl_sdlrenderer/example_sdl_sdlrenderer.vcxproj
+2 −2 examples/example_sdl_sdlrenderer/example_sdl_sdlrenderer.vcxproj.filters
+7 −6 examples/example_sdl_sdlrenderer/main.cpp
+1 −1 examples/example_sdl_vulkan/example_sdl_vulkan.vcxproj.filters
+4 −3 examples/example_sdl_vulkan/main.cpp
+2 −2 examples/example_win32_directx10/example_win32_directx10.vcxproj.filters
+9 −8 examples/example_win32_directx10/main.cpp
+2 −2 examples/example_win32_directx11/example_win32_directx11.vcxproj.filters
+9 −8 examples/example_win32_directx11/main.cpp
+3 −0 examples/example_win32_directx12/example_win32_directx12.vcxproj
+6 −1 examples/example_win32_directx12/example_win32_directx12.vcxproj.filters
+9 −8 examples/example_win32_directx12/main.cpp
+2 −2 examples/example_win32_directx9/example_win32_directx9.vcxproj.filters
+9 −8 examples/example_win32_directx9/main.cpp
+25 −12 examples/imgui_examples.sln
+0 −5 imconfig.h
+1,874 −1,040 imgui.cpp
+185 −134 imgui.h
+392 −348 imgui_demo.cpp
+65 −57 imgui_draw.cpp
+308 −92 imgui_internal.h
+36 −15 imgui_tables.cpp
+201 −232 imgui_widgets.cpp
+2 −1 misc/freetype/imgui_freetype.cpp

0 comments on commit 63c0eeb

Please sign in to comment.