-
Notifications
You must be signed in to change notification settings - Fork 14
/
.gitmodules
28 lines (28 loc) · 925 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
28
[submodule "extern/mdcore"]
path = extern/mdcore
url = https://github.com/AndySomogyi/mdcore.git
[submodule "extern/glfw"]
path = extern/glfw
url = https://github.com/AndySomogyi/glfw.git
[submodule "extern/magnum"]
path = extern/magnum
url = https://github.com/AndySomogyi/magnum.git
[submodule "extern/corrade"]
path = extern/corrade
url = https://github.com/AndySomogyi/corrade.git
[submodule "extern/Voroxx"]
path = extern/Voroxx
url = https://github.com/AndySomogyi/Voroxx.git
[submodule "extern/sundials"]
path = extern/sundials
url = https://github.com/AndySomogyi/sundials.git
[submodule "extern/DirectXMath"]
path = extern/DirectXMath
url = https://github.com/microsoft/DirectXMath.git
[submodule "extern/carbon"]
path = extern/carbon
url = https://github.com/AndySomogyi/carbon.git
[submodule "extern/pybind11"]
path = extern/pybind11
url = https://github.com/pybind/pybind11.git
branch = stable