-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
27 lines (27 loc) · 843 Bytes
/
.gitmodules
File metadata and controls
27 lines (27 loc) · 843 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 "libs/glfw"]
path = libs/glfw
url = https://github.com/glfw/glfw.git
[submodule "libs/cglm"]
path = libs/cglm
url = https://github.com/recp/cglm.git
[submodule "libs/stb"]
path = libs/stb
url = https://github.com/nothings/stb.git
[submodule "libs/emscripten-glfw"]
path = libs/emscripten-glfw
url = https://github.com/pongasoft/emscripten-glfw
[submodule "libs/freetype2"]
path = libs/freetype2
url = https://github.com/freetype/freetype
[submodule "libs/cgltf"]
path = libs/cgltf
url = https://github.com/jkuhlmann/cgltf
[submodule "docs/gltf"]
path = docs/gltf
url = https://github.com/KhronosGroup/glTF
[submodule "docs/gltf-tutorials"]
path = docs/gltf-tutorials
url = https://github.com/KhronosGroup/glTF-Tutorials
[submodule "libs/miniaudio"]
path = libs/miniaudio
url = https://github.com/mackron/miniaudio