Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 08caf3b commit 2b087a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/imgui
Submodule imgui updated 42 files
+1 −1 .github/workflows/static-analysis.yml
+1 −1 backends/imgui_impl_dx11.cpp
+2 −2 backends/imgui_impl_dx11.h
+2 −17 backends/imgui_impl_dx12.cpp
+2 −5 backends/imgui_impl_dx12.h
+1 −1 backends/imgui_impl_glfw.cpp
+2 −2 backends/imgui_impl_metal.mm
+1 −1 backends/imgui_impl_sdl2.cpp
+1 −1 backends/imgui_impl_sdl3.cpp
+12 −1 backends/imgui_impl_sdlrenderer2.cpp
+9 −0 backends/imgui_impl_sdlrenderer2.h
+12 −1 backends/imgui_impl_sdlrenderer3.cpp
+9 −0 backends/imgui_impl_sdlrenderer3.h
+4 −11 backends/imgui_impl_vulkan.cpp
+2 −5 backends/imgui_impl_vulkan.h
+1 −1 backends/imgui_impl_wgpu.cpp
+2 −2 backends/imgui_impl_wgpu.h
+1 −1 backends/imgui_impl_win32.cpp
+77 −6 docs/CHANGELOG.txt
+20 −19 docs/FAQ.md
+1 −1 docs/README.md
+4 −6 docs/TODO.txt
+1 −1 examples/example_glfw_vulkan/CMakeLists.txt
+2 −2 examples/example_glfw_vulkan/build_win32.bat
+2 −2 examples/example_glfw_vulkan/build_win64.bat
+4 −4 examples/example_glfw_vulkan/example_glfw_vulkan.vcxproj
+1 −1 examples/example_sdl2_vulkan/build_win32.bat
+5 −5 examples/example_sdl2_vulkan/example_sdl2_vulkan.vcxproj
+1 −2 examples/example_win32_directx12/build_win32.bat
+5 −5 examples/example_win32_directx12/example_win32_directx12.vcxproj
+0 −4 examples/example_win32_directx12/main.cpp
+6 −3 imconfig.h
+208 −125 imgui.cpp
+59 −33 imgui.h
+19 −6 imgui_demo.cpp
+32 −6 imgui_draw.cpp
+55 −42 imgui_internal.h
+3 −3 imgui_tables.cpp
+120 −93 imgui_widgets.cpp
+22 −4 misc/freetype/README.md
+19 −5 misc/freetype/imgui_freetype.cpp
+7 −0 misc/freetype/imgui_freetype.h

0 comments on commit 2b087a3

Please sign in to comment.