2021-06-11 19:24:52 +02:00
|
|
|
[submodule "corrade"]
|
|
|
|
path = third-party/corrade
|
|
|
|
url = https://github.com/mosra/corrade
|
|
|
|
branch = master
|
|
|
|
[submodule "magnum"]
|
|
|
|
path = third-party/magnum
|
|
|
|
url = https://github.com/mosra/magnum
|
|
|
|
branch = master
|
|
|
|
[submodule "magnum-integration"]
|
|
|
|
path = third-party/magnum-integration
|
|
|
|
url = https://github.com/mosra/magnum-integration
|
|
|
|
branch = master
|
|
|
|
[submodule "imgui"]
|
|
|
|
path = third-party/imgui
|
|
|
|
url = https://github.com/ocornut/imgui
|
|
|
|
branch = master
|
|
|
|
[submodule "SDL2"]
|
|
|
|
path = third-party/SDL
|
|
|
|
url = https://github.com/libsdl-org/SDL
|
|
|
|
branch = main
|
|
|
|
[submodule "libzip"]
|
|
|
|
path = third-party/libzip
|
|
|
|
url = https://github.com/nih-at/libzip
|
|
|
|
branch = master
|
|
|
|
[submodule "efsw"]
|
|
|
|
path = third-party/efsw
|
|
|
|
url = https://github.com/SpartanJ/efsw
|
|
|
|
branch = master
|
2021-07-22 11:36:37 +02:00
|
|
|
[submodule "third-party/cpr"]
|
|
|
|
path = third-party/cpr
|
|
|
|
url = https://github.com/whoshuu/cpr
|
|
|
|
branch = master
|
2021-07-28 14:17:47 +02:00
|
|
|
[submodule "json.hpp"]
|
|
|
|
path = third-party/json
|
|
|
|
url = https://github.com/nlohmann/json
|
|
|
|
branch = master
|