-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path.gitmodules
More file actions
31 lines (30 loc) · 1.09 KB
/
.gitmodules
File metadata and controls
31 lines (30 loc) · 1.09 KB
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
[submodule "extern/glow"]
path = extern/glow
url = https://graphics.rwth-aachen.de:9000/Glow/glow.git
[submodule "extern/polymesh"]
path = extern/polymesh
url = https://graphics.rwth-aachen.de:9000/ptrettner/polymesh.git
[submodule "extern/glow-extras"]
path = extern/glow-extras
url = https://graphics.rwth-aachen.de:9000/Glow/glow-extras.git
[submodule "extern/typed-geometry"]
path = extern/typed-geometry
url = https://graphics.rwth-aachen.de:9000/ptrettner/typed-geometry.git
[submodule "extern/imgui"]
path = extern/imgui
url = https://graphics.rwth-aachen.de:9000/ptrettner/imgui-lean.git
[submodule "extern/glfw"]
path = extern/glfw
url = https://github.com/glfw/glfw.git
[submodule "extern/eigen-lean"]
path = extern/eigen-lean
url = https://graphics.rwth-aachen.de:9000/ptrettner/eigen-lean.git
[submodule "extern/libigl"]
path = extern/libigl
url = https://github.com/libigl/libigl.git
[submodule "data"]
path = data
url = https://graphics.rwth-aachen.de:9000/born/layout-embedding-data.git
[submodule "extern/cxxopts"]
path = extern/cxxopts
url = https://github.com/jarro2783/cxxopts.git