diff options
author | hnOsmium0001 <[email protected]> | 2022-04-08 22:30:12 -0700 |
---|---|---|
committer | hnOsmium0001 <[email protected]> | 2022-04-08 22:30:12 -0700 |
commit | e47a98793e58a5dbbe76bfed27e59408e43538e4 (patch) | |
tree | 250eb4c4200efb63c493ac6f4adb83c89be10ea1 /.gitmodules | |
parent | 3fdc6eb4f2cbeffce9b250beec4d3a2d52a3f534 (diff) |
More work
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 023bc25..d98b863 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ -[submodule "3rdparty/stb/source"] - path = 3rdparty/stb/source - url = https://github.com/nothings/stb.git [submodule "3rdparty/glm/source"] path = 3rdparty/glm/source url = https://github.com/g-truc/glm.git +[submodule "3rdparty/imguizmo/source"] + path = 3rdparty/imguizmo/source + url = https://github.com/CedricGuillemet/ImGuizmo.git |