-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
25 lines (25 loc) · 746 Bytes
/
.gitmodules
File metadata and controls
25 lines (25 loc) · 746 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
[submodule "deps/glfw"]
path = deps/glfw
url = https://github.com/glfw/glfw.git
[submodule "deps/freetype"]
path = deps/freetype
url = https://github.com/freetype/freetype.git
[submodule "deps/glm"]
path = deps/glm
url = https://github.com/g-truc/glm.git
[submodule "deps/stb"]
path = deps/stb
url = https://github.com/nothings/stb.git
[submodule "deps/glad"]
path = deps/glad
url = https://github.com/Dav1dde/glad.git
branch = c
[submodule "deps/openal-soft"]
path = deps/openal-soft
url = https://github.com/kcat/openal-soft.git
[submodule "deps/libsndfile"]
path = deps/libsndfile
url = https://github.com/libsndfile/libsndfile.git
[submodule "deps/pybind11"]
path = deps/pybind11
url = https://github.com/pybind/pybind11.git