-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy path.gitmodules
More file actions
24 lines (24 loc) · 810 Bytes
/
.gitmodules
File metadata and controls
24 lines (24 loc) · 810 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
[submodule "deps/happly"]
path = deps/happly
url = git@github.com:StandardCyborg/happly.git
[submodule "deps/json"]
path = deps/json
url = https://github.com/nlohmann/json.git
[submodule "deps/nanoflann"]
path = deps/nanoflann
url = https://github.com/jlblancoc/nanoflann.git
[submodule "deps/stb"]
path = deps/stb
url = https://github.com/nothings/stb.git
[submodule "deps/tinygltf"]
path = deps/tinygltf
url = git@github.com:StandardCyborg/tinygltf.git
[submodule "deps/libigl"]
path = deps/libigl
url = git@github.com:StandardCyborg/libigl.git
[submodule "deps/SparseICP"]
path = deps/SparseICP
url = git@github.com:StandardCyborg/SparseICP.git
[submodule "deps/XcodeClangFormatWarnings"]
path = deps/XcodeClangFormatWarnings
url = git@github.com:StandardCyborg/XcodeClangFormatWarnings.git