Skip to content

Commit

Permalink
build(deps): Bump external/imgui from ff2d681 to 947aa9c
Browse files Browse the repository at this point in the history
Bumps [external/imgui](https://github.com/ocornut/imgui) from `ff2d681` to `947aa9c`.
- [Release notes](https://github.com/ocornut/imgui/releases)
- [Commits](ocornut/imgui@ff2d681...947aa9c)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 998f3a1 commit 21dd564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/imgui
Submodule imgui updated 53 files
+5 −5 backends/imgui_impl_allegro5.cpp
+4 −4 backends/imgui_impl_allegro5.h
+2 −2 backends/imgui_impl_android.cpp
+2 −2 backends/imgui_impl_android.h
+28 −16 backends/imgui_impl_dx10.cpp
+1 −1 backends/imgui_impl_dx10.h
+2 −2 backends/imgui_impl_dx11.cpp
+1 −1 backends/imgui_impl_dx11.h
+8 −4 backends/imgui_impl_dx12.cpp
+3 −2 backends/imgui_impl_dx12.h
+2 −2 backends/imgui_impl_dx9.cpp
+2 −2 backends/imgui_impl_dx9.h
+4 −4 backends/imgui_impl_glfw.cpp
+2 −2 backends/imgui_impl_glfw.h
+1 −1 backends/imgui_impl_glut.cpp
+1 −1 backends/imgui_impl_glut.h
+1 −1 backends/imgui_impl_metal.h
+1 −1 backends/imgui_impl_metal.mm
+2 −0 backends/imgui_impl_opengl2.cpp
+2 −0 backends/imgui_impl_opengl2.h
+2 −4 backends/imgui_impl_opengl3.cpp
+1 −1 backends/imgui_impl_opengl3.h
+2 −2 backends/imgui_impl_osx.h
+2 −2 backends/imgui_impl_osx.mm
+8 −8 backends/imgui_impl_sdl2.cpp
+4 −4 backends/imgui_impl_sdl2.h
+13 −12 backends/imgui_impl_sdl3.cpp
+4 −4 backends/imgui_impl_sdl3.h
+2 −2 backends/imgui_impl_sdlrenderer2.cpp
+1 −1 backends/imgui_impl_sdlrenderer2.h
+2 −2 backends/imgui_impl_sdlrenderer3.cpp
+1 −1 backends/imgui_impl_sdlrenderer3.h
+4 −4 backends/imgui_impl_vulkan.cpp
+2 −2 backends/imgui_impl_vulkan.h
+2 −2 backends/imgui_impl_wgpu.cpp
+1 −1 backends/imgui_impl_wgpu.h
+3 −3 backends/imgui_impl_win32.cpp
+1 −1 backends/imgui_impl_win32.h
+17 −5 docs/CHANGELOG.txt
+1 −1 docs/README.md
+7 −1 examples/example_glfw_opengl3/main.cpp
+14 −1 examples/example_sdl2_opengl3/main.cpp
+14 −1 examples/example_sdl3_opengl3/main.cpp
+2 −1 examples/example_win32_directx12/main.cpp
+3 −0 imconfig.h
+32 −10 imgui.cpp
+17 −14 imgui.h
+13 −1 imgui_demo.cpp
+2 −2 imgui_draw.cpp
+9 −7 imgui_internal.h
+1 −1 imgui_tables.cpp
+18 −8 imgui_widgets.cpp
+1 −1 misc/freetype/imgui_freetype.cpp

0 comments on commit 21dd564

Please sign in to comment.