-
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.
- Loading branch information
1 parent
2d25217
commit 47f09cb
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule imgui
updated
21 files
+2 −0 | backends/imgui_impl_osx.mm | |
+2 −1 | backends/imgui_impl_sdl2.cpp | |
+4 −5 | backends/imgui_impl_sdl3.cpp | |
+2 −4 | backends/imgui_impl_sdl3.h | |
+7 −6 | backends/imgui_impl_sdlgpu3.cpp | |
+7 −5 | backends/imgui_impl_sdlrenderer2.cpp | |
+7 −5 | backends/imgui_impl_sdlrenderer2.h | |
+9 −9 | backends/imgui_impl_sdlrenderer3.cpp | |
+9 −9 | backends/imgui_impl_sdlrenderer3.h | |
+39 −1 | docs/CHANGELOG.txt | |
+0 −2 | docs/FONTS.md | |
+1 −1 | examples/example_sdl2_vulkan/main.cpp | |
+5 −3 | examples/example_sdl3_sdlgpu3/main.cpp | |
+1 −1 | examples/example_sdl3_vulkan/main.cpp | |
+86 −56 | imgui.cpp | |
+35 −23 | imgui.h | |
+39 −37 | imgui_demo.cpp | |
+36 −25 | imgui_draw.cpp | |
+2 −1 | imgui_internal.h | |
+38 −24 | imgui_widgets.cpp | |
+1 −1 | misc/freetype/imgui_freetype.cpp |