-
Notifications
You must be signed in to change notification settings - Fork 12
/
.gitmodules
27 lines (27 loc) · 857 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 "external/glfw"]
path = external/glfw
url = https://github.com/glfw/glfw.git
[submodule "external/glm"]
path = external/glm
url = https://github.com/g-truc/glm.git
[submodule "external/jsoncpp"]
path = external/jsoncpp
url = https://github.com/open-source-parsers/jsoncpp.git
[submodule "external/assimp"]
path = external/assimp
url = https://github.com/Nor-s/assimp.git
branch = master
[submodule "external/ImFileDialog"]
path = external/ImFileDialog
url = https://github.com/dfranx/ImFileDialog.git
[submodule "extern/pybind11"]
path = external/pybind11
url = https://github.com/pybind/pybind11.git
branch = stable
[submodule "extern/cpython"]
path = external/cpython
url = https://github.com/python/cpython.git
branch = 3.10
[submodule "external/hiredis"]
path = external/hiredis
url = https://github.com/redis/hiredis.git