chore!: add glm glfw and glew submodules

This commit is contained in:
2025-11-13 22:32:12 +01:00
parent 87cbd04c0d
commit 1105a131b7
4 changed files with 12 additions and 0 deletions

9
.gitmodules vendored Normal file
View File

@@ -0,0 +1,9 @@
[submodule "lib/glew"]
path = lib/glew
url = https://github.com/edoren/glew
[submodule "lib/glm"]
path = lib/glm
url = https://github.com/g-truc/glm
[submodule "lib/glfw"]
path = lib/glfw
url = https://github.com/glfw/glfw