diff options
author | Chuyan Zhang <chuyan@ucsb.edu> | 2024-10-03 19:49:47 -0700 |
---|---|---|
committer | Chuyan Zhang <chuyan@ucsb.edu> | 2024-10-03 19:49:47 -0700 |
commit | e59529d3f55b9128f798a7f02a7288f96bdaf9a4 (patch) | |
tree | abdbb571e1dfa46ea85921135434bdfc6a6d11b9 /.gitmodules | |
parent | 4bb8fd5ac5c07e8756ae097e7f5d7f34697bc914 (diff) | |
download | iris-e59529d3f55b9128f798a7f02a7288f96bdaf9a4.tar.gz iris-e59529d3f55b9128f798a7f02a7288f96bdaf9a4.zip |
use xmake build & scene load wip
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 0d0d572..ffb9b3a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,3 +16,6 @@ [submodule "ext/stb"] path = ext/stb url = https://github.com/nothings/stb +[submodule "ext/glm"] + path = ext/glm + url = https://github.com/g-truc/glm.git |