Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent b0b5758 commit 32632d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/imgui
Submodule imgui updated 62 files
+11 −0 .github/workflows/build.yml
+12 −0 .github/workflows/manual.yml
+8 −5 backends/imgui_impl_allegro5.cpp
+1 −0 backends/imgui_impl_allegro5.h
+1 −0 backends/imgui_impl_android.h
+1 −0 backends/imgui_impl_dx10.h
+1 −0 backends/imgui_impl_dx11.h
+2 −0 backends/imgui_impl_dx12.h
+1 −0 backends/imgui_impl_dx9.h
+29 −15 backends/imgui_impl_glfw.cpp
+4 −0 backends/imgui_impl_glfw.h
+1 −0 backends/imgui_impl_glut.h
+2 −0 backends/imgui_impl_metal.h
+1 −0 backends/imgui_impl_opengl2.h
+1 −0 backends/imgui_impl_opengl3.cpp
+1 −1 backends/imgui_impl_opengl3.h
+2 −0 backends/imgui_impl_osx.h
+9 −4 backends/imgui_impl_osx.mm
+57 −27 backends/imgui_impl_sdl2.cpp
+1 −0 backends/imgui_impl_sdl2.h
+65 −37 backends/imgui_impl_sdl3.cpp
+2 −1 backends/imgui_impl_sdl3.h
+1 −0 backends/imgui_impl_sdlrenderer2.h
+2 −0 backends/imgui_impl_sdlrenderer3.cpp
+3 −0 backends/imgui_impl_sdlrenderer3.h
+6 −2 backends/imgui_impl_vulkan.cpp
+1 −1 backends/imgui_impl_vulkan.h
+1 −0 backends/imgui_impl_wgpu.h
+2 −0 backends/imgui_impl_win32.cpp
+1 −0 backends/imgui_impl_win32.h
+19 −19 docs/BACKENDS.md
+178 −45 docs/CHANGELOG.txt
+6 −39 docs/EXAMPLES.md
+1 −1 docs/FAQ.md
+5 −1 docs/FONTS.md
+4 −4 docs/README.md
+1 −1 docs/TODO.txt
+1 −1 examples/example_android_opengl3/android/app/src/main/AndroidManifest.xml
+5 −0 examples/example_glfw_opengl2/main.cpp
+5 −0 examples/example_glfw_opengl3/main.cpp
+5 −0 examples/example_glfw_vulkan/main.cpp
+5 −0 examples/example_glfw_wgpu/main.cpp
+5 −0 examples/example_sdl2_directx11/main.cpp
+5 −0 examples/example_sdl2_opengl2/main.cpp
+5 −0 examples/example_sdl2_opengl3/main.cpp
+6 −1 examples/example_sdl2_sdlrenderer2/main.cpp
+5 −0 examples/example_sdl2_vulkan/main.cpp
+3 −3 examples/example_sdl3_opengl3/README.md
+6 −1 examples/example_sdl3_opengl3/main.cpp
+9 −1 examples/example_sdl3_sdlrenderer3/main.cpp
+8 −0 examples/example_win32_opengl3/build_mingw.bat
+5 −0 examples/example_win32_opengl3/main.cpp
+4 −3 examples/libs/emscripten/emscripten_mainloop_stub.h
+6 −5 imconfig.h
+294 −167 imgui.cpp
+122 −91 imgui.h
+415 −158 imgui_demo.cpp
+13 −5 imgui_draw.cpp
+40 −30 imgui_internal.h
+58 −42 imgui_tables.cpp
+219 −161 imgui_widgets.cpp
+3 −2 misc/freetype/imgui_freetype.cpp

0 comments on commit 32632d1

Please sign in to comment.