-
Notifications
You must be signed in to change notification settings - Fork 64
/
Copy path.gitmodules
27 lines (27 loc) · 954 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 "dependencies/assimp"]
path = dependencies/assimp
url = https://github.com/assimp/assimp.git
[submodule "dependencies/SDL"]
path = dependencies/SDL
url = https://github.com/spurious/SDL-mirror.git
[submodule "dependencies/glew"]
path = dependencies/glew
url = https://github.com/Perlmint/glew-cmake.git
[submodule "dependencies/glm"]
path = dependencies/glm
url = https://github.com/g-truc/glm.git
[submodule "dependencies/whereami"]
path = dependencies/whereami
url = https://github.com/gpakosz/whereami.git
[submodule "dependencies/imgui"]
path = dependencies/imgui
url = https://github.com/ocornut/imgui.git
[submodule "dependencies/bullet3"]
path = dependencies/bullet3
url = https://github.com/bulletphysics/bullet3.git
[submodule "dependencies/stb"]
path = dependencies/stb
url = https://github.com/nothings/stb.git
[submodule "dependencies/cotire"]
path = dependencies/cotire
url = https://github.com/sakra/cotire.git