-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump external/imgui from
b4c9635
to 22503bf
Bumps [external/imgui](https://github.com/ocornut/imgui) from `b4c9635` to `22503bf`. - [Release notes](https://github.com/ocornut/imgui/releases) - [Commits](ocornut/imgui@b4c9635...22503bf) --- updated-dependencies: - dependency-name: external/imgui dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
- Loading branch information
1 parent
5b85627
commit 4bef9c9
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule imgui
updated
30 files
+14 −14 | backends/imgui_impl_allegro5.cpp | |
+74 −73 | backends/imgui_impl_dx10.cpp | |
+91 −80 | backends/imgui_impl_dx11.cpp | |
+12 −0 | backends/imgui_impl_dx11.h | |
+43 −30 | backends/imgui_impl_dx12.cpp | |
+11 −2 | backends/imgui_impl_dx12.h | |
+86 −78 | backends/imgui_impl_dx9.cpp | |
+6 −7 | backends/imgui_impl_glfw.cpp | |
+14 −15 | backends/imgui_impl_metal.mm | |
+15 −13 | backends/imgui_impl_opengl2.cpp | |
+19 −17 | backends/imgui_impl_opengl3.cpp | |
+6 −0 | backends/imgui_impl_opengl3_loader.h | |
+6 −7 | backends/imgui_impl_osx.mm | |
+8 −8 | backends/imgui_impl_sdl2.cpp | |
+7 −7 | backends/imgui_impl_sdl3.cpp | |
+7 −7 | backends/imgui_impl_sdlrenderer2.cpp | |
+7 −7 | backends/imgui_impl_sdlrenderer3.cpp | |
+35 −24 | backends/imgui_impl_vulkan.cpp | |
+21 −10 | backends/imgui_impl_vulkan.h | |
+25 −14 | backends/imgui_impl_wgpu.cpp | |
+10 −0 | backends/imgui_impl_wgpu.h | |
+6 −8 | backends/imgui_impl_win32.cpp | |
+22 −0 | docs/CHANGELOG.txt | |
+1 −1 | imgui.cpp | |
+11 −4 | imgui.h | |
+1 −1 | imgui_demo.cpp | |
+1 −1 | imgui_draw.cpp | |
+1 −1 | imgui_internal.h | |
+1 −1 | imgui_tables.cpp | |
+1 −1 | imgui_widgets.cpp |