-
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
dd6e166
commit 8210997
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vierkant
updated
20 files
+5 −0 | .gitmodules | |
+6 −1 | CMakeLists.txt | |
+0 −136 | include/vierkant/imgui/imconfig.h | |
+0 −3,941 | include/vierkant/imgui/imgui.h | |
+1 −0 | include/vierkant/imgui/imgui_integration.h | |
+1 −1 | include/vierkant/imgui/implot.h | |
+4 −4 | src/CMakeLists.txt | |
+1 −1 | src/imgui/ImGuizmo.cpp | |
+0 −22,292 | src/imgui/imgui.cpp | |
+0 −10,644 | src/imgui/imgui_demo.cpp | |
+0 −4,667 | src/imgui/imgui_draw.cpp | |
+51 −50 | src/imgui/imgui_integration.cpp | |
+0 −4,033 | src/imgui/imgui_internal.h | |
+0 −4,464 | src/imgui/imgui_tables.cpp | |
+1 −1 | src/imgui/imgui_util.cpp | |
+0 −10,368 | src/imgui/imgui_widgets.cpp | |
+0 −627 | src/imgui/imstb_rectpack.h | |
+0 −1,469 | src/imgui/imstb_textedit.h | |
+0 −5,085 | src/imgui/imstb_truetype.h | |
+1 −0 | submodules/imgui |