-
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
493f59b
commit 2569ba3
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule imgui
updated
13 files
+1 −0 | backends/imgui_impl_dx12.cpp | |
+1 −1 | backends/imgui_impl_glfw.cpp | |
+1 −1 | backends/imgui_impl_sdl2.cpp | |
+1 −1 | backends/imgui_impl_sdl3.cpp | |
+1 −0 | backends/imgui_impl_vulkan.cpp | |
+1 −1 | backends/imgui_impl_win32.cpp | |
+17 −0 | docs/CHANGELOG.txt | |
+1 −1 | docs/FAQ.md | |
+69 −29 | imgui.cpp | |
+15 −12 | imgui.h | |
+11 −4 | imgui_demo.cpp | |
+7 −7 | imgui_internal.h | |
+15 −10 | imgui_widgets.cpp |
Submodule sdl3
updated
98 files