feat: Add glm to project dependencies

This commit is contained in:
coderloff 2024-04-25 14:43:33 +04:00
parent b7fd66190b
commit 007cc27e89
2 changed files with 4 additions and 0 deletions

3
.gitmodules vendored
View File

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

1
thirdparty/glm vendored Submodule

@ -0,0 +1 @@
Subproject commit 45008b225e28eb700fa0f7d3ff69b7c1db94fadf