-
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.
build(deps): Bump external/imgui from
2f91176
to 109dd2b
Bumps [external/imgui](https://github.com/ocornut/imgui) from `2f91176` to `109dd2b`. - [Release notes](https://github.com/ocornut/imgui/releases) - [Commits](ocornut/imgui@2f91176...109dd2b) --- updated-dependencies: - dependency-name: external/imgui dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
722737b
commit 0c8fd31
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule imgui
updated
22 files
+1 −1 | backends/imgui_impl_dx10.cpp | |
+22 −27 | backends/imgui_impl_dx12.cpp | |
+1 −0 | backends/imgui_impl_metal.mm | |
+11 −1 | backends/imgui_impl_opengl2.cpp | |
+2 −0 | backends/imgui_impl_sdl2.cpp | |
+2 −1 | backends/imgui_impl_sdl3.cpp | |
+1 −1 | backends/imgui_impl_sdlgpu3.cpp | |
+30 −34 | backends/imgui_impl_vulkan.cpp | |
+6 −4 | backends/imgui_impl_vulkan.h | |
+55 −5 | docs/CHANGELOG.txt | |
+13 −14 | examples/example_glfw_vulkan/main.cpp | |
+13 −14 | examples/example_sdl2_vulkan/main.cpp | |
+13 −14 | examples/example_sdl3_vulkan/main.cpp | |
+2 −2 | examples/example_win32_directx12/main.cpp | |
+13 −14 | examples/example_win32_vulkan/main.cpp | |
+29 −19 | imgui.cpp | |
+17 −14 | imgui.h | |
+38 −21 | imgui_demo.cpp | |
+1 −1 | imgui_draw.cpp | |
+23 −7 | imgui_internal.h | |
+37 −10 | imgui_tables.cpp | |
+16 −14 | imgui_widgets.cpp |