-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
27 lines (27 loc) · 841 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/glm"]
path = external/glm
url = https://github.com/g-truc/glm
[submodule "external/glfw"]
path = external/glfw
url = https://github.com/glfw/glfw
[submodule "external/imgui"]
path = external/imgui
url = https://github.com/ocornut/imgui
[submodule "external/assimp"]
path = external/assimp
url = https://github.com/assimp/assimp
[submodule "external/libigl"]
path = external/libigl
url = https://github.com/libigl/libigl
[submodule "external/eigen"]
path = external/eigen
url = https://github.com/libigl/eigen/
[submodule "external/quickhull"]
path = external/quickhull
url = https://github.com/akuukka/quickhull/
[submodule "external/bhtsne"]
path = external/bhtsne
url = https://github.com/lvdmaaten/bhtsne/
[submodule "external/implot"]
path = external/implot
url = https://github.com/epezent/implot