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

1
lib/glew Submodule

Submodule lib/glew added at 5b995cab14

1
lib/glfw Submodule

Submodule lib/glfw added at 936307558e

1
lib/glm Submodule

Submodule lib/glm added at a583c59e16