-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy path.gitmodules
26 lines (24 loc) · 1009 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
25
[submodule "example/cpp/_submodules/stb"]
path = example/cpp/_submodules/stb
url = https://github.com/nothings/stb
[submodule "example/cpp/_submodules/glm"]
path = example/cpp/_submodules/glm
url = https://github.com/g-truc/glm
[submodule "example/cpp/_submodules/freeglut"]
path = example/cpp/_submodules/freeglut
url = https://github.com/dcnieho/FreeGLUT
[submodule "example/cpp/_submodules/glfw"]
path = example/cpp/_submodules/glfw
url = https://github.com/glfw/glfw
[submodule "example/cpp/_submodules/SDL"]
path = example/cpp/_submodules/SDL
url = https://github.com/libsdl-org/SDL
[submodule "example/cpp/_submodules/SFML"]
path = example/cpp/_submodules/SFML
url = https://github.com/SFML/SFML
[submodule "example/cpp/_submodules/freetype"]
path = example/cpp/_submodules/freetype
url = https://github.com/freetype/freetype
[submodule "example/nodejs/threejs-gltf-glb-viewer"]
path = example/nodejs/threejs-gltf-glb-viewer
url = https://github.com/Rabbid76/threejs-gltf-glb-viewer