moved glm submodule

This commit is contained in:
2026-05-09 00:49:35 -04:00
parent 5484e265fb
commit 83be792420
2 changed files with 3 additions and 3 deletions

6
.gitmodules vendored
View File

@@ -7,9 +7,9 @@
[submodule "_ThirdParty/assimp"] [submodule "_ThirdParty/assimp"]
path = _ThirdParty/assimp path = _ThirdParty/assimp
url = https://github.com/assimp/assimp.git url = https://github.com/assimp/assimp.git
[submodule "_ThirdParty/glm"]
path = _ThirdParty/glm
url = https://github.com/g-truc/glm.git
[submodule "_ThirdParty/entt"] [submodule "_ThirdParty/entt"]
path = _ThirdParty/entt path = _ThirdParty/entt
url = https://github.com/skypjack/entt.git url = https://github.com/skypjack/entt.git
[submodule "_ThirdParty/glm"]
path = _ThirdParty/glm
url = https://github.com/g-truc/glm.git

View File