feat: Add glm to project dependencies
This commit is contained in:
parent
b7fd66190b
commit
007cc27e89
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +1,6 @@
|
||||
[submodule "thirdparty/glfw"]
|
||||
path = thirdparty/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
1
thirdparty/glm
vendored
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 45008b225e28eb700fa0f7d3ff69b7c1db94fadf
|
Loading…
Reference in New Issue
Block a user