-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitmodules
27 lines (27 loc) · 980 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[submodule "thirdparty/asio"]
path = thirdparty/asio
url = https://github.com/chriskohlhoff/asio.git
[submodule "thirdparty/corrade"]
path = thirdparty/corrade
url = https://github.com/mosra/corrade.git
[submodule "thirdparty/imgui"]
path = thirdparty/imgui
url = https://github.com/ocornut/imgui.git
[submodule "thirdparty/magnum"]
path = thirdparty/magnum
url = https://github.com/mosra/magnum.git
[submodule "thirdparty/magnum-integration"]
path = thirdparty/magnum-integration
url = https://github.com/mosra/magnum-integration.git
[submodule "thirdparty/magnum-plugins"]
path = thirdparty/magnum-plugins
url = https://github.com/mosra/magnum-plugins.git
[submodule "thirdparty/SDL"]
path = thirdparty/SDL
url = https://github.com/libsdl-org/SDL.git
[submodule "thirdparty/toolchains"]
path = thirdparty/toolchains
url = https://github.com/mosra/toolchains.git
[submodule "thirdparty/tracy"]
path = thirdparty/tracy
url = https://github.com/wolfpld/tracy.git