-
Notifications
You must be signed in to change notification settings - Fork 1
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
Iridescent
committed
Jan 14, 2025
1 parent
d094dde
commit 59a348d
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule imgui
updated
9 files
+2 −0 | backends/imgui_impl_sdl2.cpp | |
+2 −1 | backends/imgui_impl_sdl3.cpp | |
+1 −1 | backends/imgui_impl_sdlgpu3.cpp | |
+21 −1 | docs/CHANGELOG.txt | |
+25 −17 | imgui.cpp | |
+7 −6 | imgui.h | |
+34 −17 | imgui_demo.cpp | |
+14 −6 | imgui_internal.h | |
+13 −11 | imgui_widgets.cpp |