forked from Polytonic/Glitter
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.gitmodules
24 lines (24 loc) · 790 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
[submodule "Glitter/Vendor/assimp"]
path = Glitter/Vendor/assimp
url = https://github.com/assimp/assimp.git
branch = master
[submodule "Glitter/Vendor/glad"]
path = Glitter/Vendor/glad
url = https://github.com/Dav1dde/glad.git
branch = c
[submodule "Glitter/Vendor/glfw"]
path = Glitter/Vendor/glfw
url = https://github.com/glfw/glfw.git
branch = master
[submodule "Glitter/Vendor/glm"]
path = Glitter/Vendor/glm
url = https://github.com/g-truc/glm.git
branch = stable
[submodule "Glitter/Vendor/stb"]
path = Glitter/Vendor/stb
url = https://github.com/nothings/stb.git
branch = master
[submodule "Glitter/Vendor/bullet"]
path = Glitter/Vendor/bullet
url = https://github.com/bulletphysics/bullet3.git
branch = master