diff options
| author | realtradam <[email protected]> | 2022-11-21 19:12:51 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2022-11-21 19:12:51 -0500 |
| commit | f0f30c12fe919862ade380513c02c9845598ac46 (patch) | |
| tree | d742b6a932ec9f7e7edc00372316429d19ef6da1 /.gitmodules | |
| parent | 35d550df84ede11e7e2cd07c491944222491cd0e (diff) | |
| download | Ogle-f0f30c12fe919862ade380513c02c9845598ac46.tar.gz Ogle-f0f30c12fe919862ade380513c02c9845598ac46.zip | |
abstracted textures
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index ae40aae..ca0b3f4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "glfw"] path = glfw url = https://github.com/glfw/glfw +[submodule "glm"] + path = glm + url = https://github.com/g-truc/glm.git |
