-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmodules
More file actions
27 lines (27 loc) · 902 Bytes
/
Copy path.gitmodules
File metadata and controls
27 lines (27 loc) · 902 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
[submodule "subprojects/glfw"]
path = external/glfw
url = https://github.com/glfw/glfw.git
[submodule "subprojects/cglm"]
path = external/cglm
url = https://github.com/recp/cglm.git
[submodule "subprojects/stb"]
path = external/stb
url = https://github.com/nothings/stb.git
[submodule "subprojects/freetype"]
path = external/freetype
url = https://github.com/freetype/freetype
[submodule "subprojects/cgltf"]
path = external/cgltf
url = https://github.com/jkuhlmann/cgltf
[submodule "subprojects/harfbuzz"]
path = external/harfbuzz
url = https://github.com/harfbuzz/harfbuzz
[submodule "external/flamegraph"]
path = external/flamegraph
url = https://github.com/brendangregg/FlameGraph/
[submodule "external/fontconfig"]
path = external/fontconfig
url = https://github.com/debuffio/fontconfig
[submodule "external/ffmpeg"]
path = external/ffmpeg
url = https://github.com/ffmpeg/ffmpeg