-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy path.gitmodules
33 lines (33 loc) · 1.04 KB
/
.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
28
29
30
31
32
33
[submodule "ext/glm"]
path = ext/glm
url = https://github.com/g-truc/glm.git
[submodule "ext/freetype2"]
path = ext/freetype2
url=https://github.com/OpenSpace/freetype-mirror
[submodule "ext/assimp"]
path = ext/assimp
url = https://github.com/assimp/assimp.git
[submodule "ext/lua/src"]
path = ext/lua/src
url = https://github.com/Lua/Lua.git
[submodule "ext/glbinding"]
path = ext/glbinding
url = https://github.com/cginternals/glbinding.git
[submodule "ext/websocketpp"]
path = ext/websocketpp
url = https://github.com/zaphoyd/websocketpp.git
[submodule "ext/tiny-process-library"]
path = ext/tiny-process-library
url = https://github.com/OpenSpace/tiny-process-library.git
[submodule "ext/tracy"]
path = ext/tracy
url = https://github.com/wolfpld/tracy.git
[submodule "ext/catch2"]
path = ext/catch2
url = https://github.com/catchorg/Catch2.git
[submodule "ext/scnlib"]
path = ext/scnlib
url = https://github.com/eliaskosunen/scnlib.git
[submodule "ext/stackwalker"]
path = ext/stackwalker
url = https://github.com/JochenKalmbach/StackWalker