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 +++++++------- corrade | 1 - external/corrade | 1 + external/imgui | 1 + external/json | 1 + external/magnum | 1 + external/magnum-integration | 1 + external/magnum-plugins | 1 + external/sdl2 | 1 + imgui | 1 - json | 1 - magnum | 1 - magnum-integration | 1 - magnum-plugins | 1 - sdl2 | 1 - 15 files changed, 14 insertions(+), 14 deletions(-) delete mode 160000 corrade create mode 160000 external/corrade create mode 160000 external/imgui create mode 160000 external/json create mode 160000 external/magnum create mode 160000 external/magnum-integration create mode 160000 external/magnum-plugins create mode 160000 external/sdl2 delete mode 160000 imgui delete mode 160000 json delete mode 160000 magnum delete mode 160000 magnum-integration delete mode 160000 magnum-plugins delete mode 160000 sdl2 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 diff --git a/corrade b/corrade deleted file mode 160000 index 9e35d4eb..00000000 --- a/corrade +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 9e35d4eb31b60c8d0aaa2d0028eae469b59ed7b3 diff --git a/external/corrade b/external/corrade new file mode 160000 index 00000000..9e35d4eb --- /dev/null +++ b/external/corrade @@ -0,0 +1 @@ +Subproject commit 9e35d4eb31b60c8d0aaa2d0028eae469b59ed7b3 diff --git a/external/imgui b/external/imgui new file mode 160000 index 00000000..58842198 --- /dev/null +++ b/external/imgui @@ -0,0 +1 @@ +Subproject commit 588421986784df1ae3df16305d90cecdb07e9951 diff --git a/external/json b/external/json new file mode 160000 index 00000000..48a102c2 --- /dev/null +++ b/external/json @@ -0,0 +1 @@ +Subproject commit 48a102c2c5ef7c2552ea291f5527a8481c98a7a7 diff --git a/external/magnum b/external/magnum new file mode 160000 index 00000000..b9726a98 --- /dev/null +++ b/external/magnum @@ -0,0 +1 @@ +Subproject commit b9726a982305a59273b2eae8109ce748311d29fc diff --git a/external/magnum-integration b/external/magnum-integration new file mode 160000 index 00000000..8fdf1479 --- /dev/null +++ b/external/magnum-integration @@ -0,0 +1 @@ +Subproject commit 8fdf1479bf01109d4171ba43496eea9578c120b0 diff --git a/external/magnum-plugins b/external/magnum-plugins new file mode 160000 index 00000000..6da185c7 --- /dev/null +++ b/external/magnum-plugins @@ -0,0 +1 @@ +Subproject commit 6da185c7069a224b9d10a8863c4a9148d4d5df42 diff --git a/external/sdl2 b/external/sdl2 new file mode 160000 index 00000000..aefc6b5b --- /dev/null +++ b/external/sdl2 @@ -0,0 +1 @@ +Subproject commit aefc6b5bb57cd3aadc6964e26f2caac1d1c5f624 diff --git a/imgui b/imgui deleted file mode 160000 index 58842198..00000000 --- a/imgui +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 588421986784df1ae3df16305d90cecdb07e9951 diff --git a/json b/json deleted file mode 160000 index 48a102c2..00000000 --- a/json +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 48a102c2c5ef7c2552ea291f5527a8481c98a7a7 diff --git a/magnum b/magnum deleted file mode 160000 index b9726a98..00000000 --- a/magnum +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b9726a982305a59273b2eae8109ce748311d29fc diff --git a/magnum-integration b/magnum-integration deleted file mode 160000 index 8fdf1479..00000000 --- a/magnum-integration +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 8fdf1479bf01109d4171ba43496eea9578c120b0 diff --git a/magnum-plugins b/magnum-plugins deleted file mode 160000 index 6da185c7..00000000 --- a/magnum-plugins +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 6da185c7069a224b9d10a8863c4a9148d4d5df42 diff --git a/sdl2 b/sdl2 deleted file mode 160000 index aefc6b5b..00000000 --- a/sdl2 +++ /dev/null @@ -1 +0,0 @@ -Subproject commit aefc6b5bb57cd3aadc6964e26f2caac1d1c5f624 -- cgit v1.2.3