-
Notifications
You must be signed in to change notification settings - Fork 4
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
82bf526
commit a6cb1ee
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule ImGuiFileDialog
updated
3 files
+1,159 −1,183 | ImGuiFileDialog.cpp | |
+328 −347 | ImGuiFileDialog.h | |
+2 −2 | README.md |
Submodule imgui
updated
8 files
+2 −2 | backends/imgui_impl_sdl3.cpp | |
+46 −14 | docs/CHANGELOG.txt | |
+7 −7 | docs/README.md | |
+220 −96 | imgui.cpp | |
+27 −9 | imgui.h | |
+40 −18 | imgui_demo.cpp | |
+14 −5 | imgui_internal.h | |
+2 −2 | imgui_widgets.cpp |