From 25dcbef044e7db59b7fc0299f1a6c4bd97c582ee Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 19 Oct 2022 23:13:39 +0200 Subject: a --- .gitmodules | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to '.gitmodules') 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 -- cgit v1.2.3