added GLM for math support

This commit is contained in:
piwalker
2025-01-03 08:49:57 -07:00
parent 9e6406fc59
commit e149eef286
2 changed files with 4 additions and 0 deletions

3
.gitmodules vendored
View File

@ -1,3 +1,6 @@
[submodule "deps/glfw"]
path = deps/glfw
url = https://github.com/glfw/glfw.git
[submodule "deps/glm"]
path = deps/glm
url = https://github.com/g-truc/glm.git

1
deps/glm vendored Submodule

Submodule deps/glm added at 3c18b0f815