This commit is contained in:
2025-06-19 05:29:06 -04:00
parent 9929e69f22
commit 91190987ed
30 changed files with 2754 additions and 475 deletions

4
.gitmodules vendored
View File

@ -1,6 +1,10 @@
[submodule "include/imgui"]
path = include/imgui
url = https://github.com/ocornut/imgui
branch = docking
[submodule "include/glm"]
path = include/glm
url = https://github.com/g-truc/glm
[submodule "include/tinyxml2"]
path = include/tinyxml2
url = https://github.com/leethomason/tinyxml2