-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
32 lines (32 loc) · 909 Bytes
/
.gitmodules
File metadata and controls
32 lines (32 loc) · 909 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
29
30
31
32
[submodule "external/glm"]
path = external/glm
url = https://github.com/g-truc/glm.git
branch = master
[submodule "external/glfw"]
path = external/glfw
url = https://github.com/glfw/glfw.git
branch = master
[submodule "external/glad"]
path = external/glad
url = https://github.com/Dav1dde/glad.git
branch = glad2
[submodule "external/assimp"]
path = external/assimp
url = https://github.com/assimp/assimp.git
branch = master
[submodule "external/stb"]
path = external/stb
url = https://github.com/nothings/stb.git
branch = master
[submodule "external/bullet"]
path = external/bullet
url = https://github.com/bulletphysics/bullet3.git
branch = master
[submodule "external/freetype"]
path = external/freetype
url = https://github.com/freetype/freetype.git
branch = master
[submodule "external/openal"]
path = external/openal
url = https://github.com/kcat/openal-soft.git
branch = master