build(deps): convert third-party dependencies to submodules
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
[submodule "third_party/CLI11"]
|
||||
path = third_party/CLI11
|
||||
url = https://github.com/CLIUtils/CLI11
|
||||
[submodule "third_party/imgui"]
|
||||
path = third_party/imgui
|
||||
url = https://github.com/ocornut/imgui
|
||||
[submodule "third_party/corrade"]
|
||||
path = third_party/corrade
|
||||
url = https://github.com/mosra/corrade
|
||||
[submodule "third_party/magnum"]
|
||||
path = third_party/magnum
|
||||
url = https://github.com/mosra/magnum
|
||||
[submodule "third_party/magnum-integration"]
|
||||
path = third_party/magnum-integration
|
||||
url = https://github.com/mosra/magnum-integration
|
||||
Reference in New Issue
Block a user