From 8039df667cc0da6c646fbf235c4bdd10eae20daf Mon Sep 17 00:00:00 2001 From: shweet Date: Fri, 19 Sep 2025 22:42:08 -0400 Subject: [PATCH] submodules please --- .gitmodules | 18 ++++++++++-------- external/glm | 1 + external/imgui | 1 + external/tinyxml2 | 1 + 4 files changed, 13 insertions(+), 8 deletions(-) create mode 160000 external/glm create mode 160000 external/imgui create mode 160000 external/tinyxml2 diff --git a/.gitmodules b/.gitmodules index 1d29dd3..8922adb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,10 +1,12 @@ -[submodule "include/glm"] - path = include/glm +[submodule "external/glm"] + path = external/glm url = https://github.com/g-truc/glm -[submodule "include/tinyxml2"] - path = include/tinyxml2 - url = https://github.com/leethomason/tinyxml2 -[submodule "include/imgui"] - path = include/imgui - url = https://github.com/ocornut/imgui/tree/docking +[submodule "external/imgui"] + path = external/imgui + url = https://github.com/ocornut/imgui + branch = docking +[submodule "external/tinyxml2"] + path = external/tinyxml2 + url = https://github.com/external/tinyxml2 + diff --git a/external/glm b/external/glm new file mode 160000 index 0000000..2d4c4b4 --- /dev/null +++ b/external/glm @@ -0,0 +1 @@ +Subproject commit 2d4c4b4dd31fde06cfffad7915c2b3006402322f diff --git a/external/imgui b/external/imgui new file mode 160000 index 0000000..1ad9de5 --- /dev/null +++ b/external/imgui @@ -0,0 +1 @@ +Subproject commit 1ad9de5aae5a7508f1bd7eb024b8f045c5844d34 diff --git a/external/tinyxml2 b/external/tinyxml2 new file mode 160000 index 0000000..36ff404 --- /dev/null +++ b/external/tinyxml2 @@ -0,0 +1 @@ +Subproject commit 36ff404c346acadd8a42c135f096ebd5437610b1