diff options
| author | 2020-10-15 15:40:50 -0400 | |
|---|---|---|
| committer | 2020-10-15 15:40:50 -0400 | |
| commit | 81d12bbc041cf4a9849e255b268c7def7c3d205f (patch) | |
| tree | c4da38ca521b70355c9651d43c48c11769ff0f38 /.gitmodules | |
| parent | 816967182c31c7b20e43b9e208b8aafdd8073214 (diff) | |
| download | mauri-81d12bbc041cf4a9849e255b268c7def7c3d205f.tar.gz mauri-81d12bbc041cf4a9849e255b268c7def7c3d205f.tar.bz2 mauri-81d12bbc041cf4a9849e255b268c7def7c3d205f.zip | |
glfw subproject
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 449bd2c..21a3f68 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,9 @@ -[submodule "subprojects/glfw"] - path = subprojects/glfw - url = https://github.com/glfw/glfw.git [submodule "subprojects/json"] path = subprojects/json url = https://github.com/nlohmann/json.git [submodule "subprojects/glm"] path = subprojects/glm url = https://github.com/g-truc/glm.git +[submodule "subprojects/glfw"] + path = subprojects/glfw + url = https://github.com/glfw/glfw.git |