diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-19 23:13:39 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-19 23:13:39 +0200 |
| commit | 25dcbef044e7db59b7fc0299f1a6c4bd97c582ee (patch) | |
| tree | c42161176a1751bb869965f4a23b8073007766d2 /.gitmodules | |
| parent | 66c92e4049ba8ab677e10eadc24a0fc7e9b35f35 (diff) | |
a
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.gitmodules b/.gitmodules index 4bd7ae48..0dbe42d2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,21 +1,21 @@ [submodule "magnum"] - path = magnum + path = external/magnum url = https://github.com/mosra/magnum [submodule "magnum-plugins"] - path = magnum-plugins + path = external/magnum-plugins url = https://github.com/mosra/magnum-plugins [submodule "magnum-integration"] - path = magnum-integration + path = external/magnum-integration url = https://github.com/mosra/magnum-integration [submodule "corrade"] - path = corrade + path = external/corrade url = https://github.com/mosra/corrade [submodule "json"] - path = json + path = external/json url = https://github.com/nlohmann/json.git [submodule "imgui"] - path = imgui + path = external/imgui url = https://github.com/ocornut/imgui.git [submodule "sdl2"] - path = sdl2 + path = external/sdl2 url = https://github.com/libsdl-org/SDL.git |
