-
Notifications
You must be signed in to change notification settings - Fork 100
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
856f080
commit 0538e8a
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule imgui
updated
17 files
+8 −0 | backends/imgui_impl_glfw.cpp | |
+2 −1 | backends/imgui_impl_osx.mm | |
+19 −5 | backends/imgui_impl_sdl2.cpp | |
+57 −50 | backends/imgui_impl_sdl3.cpp | |
+2 −3 | backends/imgui_impl_sdl3.h | |
+44 −4 | docs/CHANGELOG.txt | |
+1 −1 | docs/FAQ.md | |
+20 −0 | examples/imgui_examples.sln | |
+4 −0 | imconfig.h | |
+90 −19 | imgui.cpp | |
+38 −14 | imgui.h | |
+23 −7 | imgui_demo.cpp | |
+4 −1 | imgui_draw.cpp | |
+21 −20 | imgui_internal.h | |
+2 −2 | imgui_tables.cpp | |
+111 −20 | imgui_widgets.cpp | |
+1 −1 | misc/freetype/imgui_freetype.cpp |
Submodule sdl3
updated
67 files