Move gitmodules to inferno directory

This commit is contained in:
Rick van Vonderen
2019-12-12 23:08:31 +01:00
parent f142030e17
commit 173d28e13f
3 changed files with 4 additions and 4 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
[submodule "engine/vendor/glfw"] [submodule "inferno/vendor/glfw"]
path = engine/vendor/glfw path = inferno/vendor/glfw
url = https://github.com/glfw/glfw url = https://github.com/glfw/glfw
[submodule "engine/vendor/glm"] [submodule "inferno/vendor/glm"]
path = engine/vendor/glm path = inferno/vendor/glm
url = https://github.com/g-truc/glm url = https://github.com/g-truc/glm
View File
View File