-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.gitmodules
23 lines (23 loc) · 778 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
[submodule "3rdparty/corrade"]
path = 3rdparty/corrade
url = https://github.com/mosra/corrade.git
[submodule "3rdparty/magnum"]
path = 3rdparty/magnum
url = https://github.com/mosra/magnum.git
[submodule "3rdparty/magnum-plugins"]
path = 3rdparty/magnum-plugins
url = https://github.com/mosra/magnum-plugins.git
[submodule "3rdparty/magnum-integration"]
path = 3rdparty/magnum-integration
url = https://github.com/mosra/magnum-integration.git
[submodule "3rdparty/imgui"]
path = 3rdparty/imgui
url = https://github.com/ocornut/imgui.git
[submodule "3rdparty/glfw"]
path = 3rdparty/glfw
url = https://github.com/glfw/glfw.git
branch = master
[submodule "3rdparty/glslang"]
path = 3rdparty/glslang
url = https://github.com/KhronosGroup/glslang.git
branch = master