-
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
0340bcc
commit ac872ee
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule imgui
updated
13 files
+1 −1 | .github/FUNDING.yml | |
+40 −17 | docs/CHANGELOG.txt | |
+1 −1 | docs/README.md | |
+6 −10 | docs/TODO.txt | |
+3 −3 | examples/example_sdl3_opengl3/Makefile | |
+3 −3 | examples/example_sdl3_sdlrenderer3/Makefile | |
+132 −78 | imgui.cpp | |
+28 −28 | imgui.h | |
+5 −4 | imgui_demo.cpp | |
+1 −1 | imgui_draw.cpp | |
+37 −29 | imgui_internal.h | |
+3 −3 | imgui_tables.cpp | |
+50 −37 | imgui_widgets.cpp |