-
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
109dd2b
to 81dab64
Bumps [external/imgui](https://github.com/ocornut/imgui) from `109dd2b` to `81dab64`. - [Release notes](https://github.com/ocornut/imgui/releases) - [Commits](ocornut/imgui@109dd2b...81dab64) --- updated-dependencies: - dependency-name: external/imgui dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
- Loading branch information
1 parent
3c5f433
commit b0ded2a
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule imgui
updated
24 files
+3 −0 | .gitignore | |
+2 −0 | backends/imgui_impl_osx.mm | |
+2 −1 | backends/imgui_impl_sdl2.cpp | |
+6 −6 | backends/imgui_impl_sdl3.cpp | |
+2 −4 | backends/imgui_impl_sdl3.h | |
+69 −71 | backends/imgui_impl_sdlgpu3.cpp | |
+11 −8 | backends/imgui_impl_sdlgpu3.h | |
+9 −6 | backends/imgui_impl_sdlrenderer2.cpp | |
+7 −5 | backends/imgui_impl_sdlrenderer2.h | |
+10 −9 | backends/imgui_impl_sdlrenderer3.cpp | |
+9 −9 | backends/imgui_impl_sdlrenderer3.h | |
+11 −5 | backends/imgui_impl_vulkan.cpp | |
+56 −1 | docs/CHANGELOG.txt | |
+0 −2 | docs/FONTS.md | |
+1 −1 | examples/example_sdl2_vulkan/main.cpp | |
+6 −4 | examples/example_sdl3_sdlgpu3/main.cpp | |
+1 −1 | examples/example_sdl3_vulkan/main.cpp | |
+100 −65 | imgui.cpp | |
+40 −27 | imgui.h | |
+39 −37 | imgui_demo.cpp | |
+46 −35 | imgui_draw.cpp | |
+5 −2 | imgui_internal.h | |
+39 −24 | imgui_widgets.cpp | |
+5 −5 | misc/freetype/imgui_freetype.cpp |