-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.gitmodules
More file actions
31 lines (30 loc) · 868 Bytes
/
.gitmodules
File metadata and controls
31 lines (30 loc) · 868 Bytes
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
29
30
31
[submodule "ext/catch"]
path = ext/catch
url = https://github.com/philsquared/Catch
[submodule "ext/imgui"]
path = ext/imgui
url = https://github.com/ocornut/imgui
[submodule "ext/cppzmq"]
path = ext/cppzmq
url = https://github.com/zeromq/cppzmq
[submodule "ext/libzmq"]
path = ext/libzmq
url = https://github.com/zeromq/libzmq
[submodule "ext/eigen"]
path = ext/eigen
url = https://github.com/eigenteam/eigen-git-mirror.git
[submodule "ext/glm"]
path = ext/glm
url = https://github.com/g-truc/glm.git
[submodule "ext/glfw"]
path = ext/glfw
url = https://github.com/glfw/glfw.git
[submodule "ext/bulk"]
path = ext/bulk
url = https://www.github.com/jwbuurlage/Bulk.git
[submodule "ext/pybind11"]
path = ext/pybind11
url = https://github.com/pybind/pybind11.git
[submodule "ext/flags"]
path = ext/flags
url = https://github.com/jwbuurlage/flags.git