-
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.
Merge pull request #879 from AMS21/dependabot/submodules/external/img…
…ui-f63c95a Bump external/imgui from `226e0d5` to `f63c95a`
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule imgui
updated
16 files
+5 −1 | backends/imgui_impl_glfw.cpp | |
+6 −3 | backends/imgui_impl_sdl3.cpp | |
+1 −1 | backends/imgui_impl_sdl3.h | |
+2 −0 | backends/imgui_impl_sdlrenderer3.cpp | |
+2 −0 | backends/imgui_impl_sdlrenderer3.h | |
+37 −23 | docs/CHANGELOG.txt | |
+5 −1 | docs/FONTS.md | |
+1 −1 | examples/example_sdl3_opengl3/main.cpp | |
+1 −1 | examples/example_sdl3_sdlrenderer3/main.cpp | |
+16 −3 | imgui.cpp | |
+6 −6 | imgui.h | |
+16 −2 | imgui_demo.cpp | |
+1 −1 | imgui_draw.cpp | |
+6 −4 | imgui_internal.h | |
+17 −15 | imgui_tables.cpp | |
+4 −3 | imgui_widgets.cpp |