-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
28 lines (28 loc) · 787 Bytes
/
.gitmodules
File metadata and controls
28 lines (28 loc) · 787 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
25
26
27
28
[submodule "lib/assimp"]
path = lib/assimp
url = https://github.com/assimp/assimp.git
branch = master
[submodule "lib/glad"]
path = lib/glad
url = https://github.com/Dav1dde/glad.git
branch = c
[submodule "lib/glfw"]
path = lib/glfw
url = https://github.com/glfw/glfw.git
branch = master
[submodule "lib/glm"]
path = lib/glm
url = https://github.com/g-truc/glm.git
branch = master
[submodule "lib/stb"]
path = lib/stb
url = https://github.com/nothings/stb.git
branch = master
[submodule "lib/bullet"]
path = lib/bullet
url = https://github.com/bulletphysics/bullet3.git
branch = master
[submodule "lib/emscripten"]
path = lib/emscripten
url = https://github.com/kripken/emscripten.git
branch = incoming