-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
36 lines (36 loc) · 1.21 KB
/
.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
26
27
28
29
30
31
32
33
34
35
36
[submodule "thirdparty/glfw"]
path = thirdparty/glfw
url = https://github.com/glfw/glfw
[submodule "thirdparty/assimp"]
path = thirdparty/assimp
url = https://github.com/assimp/assimp
[submodule "thirdparty/box2d"]
path = thirdparty/box2d
url = https://github.com/erincatto/box2d
[submodule "thirdparty/cryptopp"]
path = thirdparty/cryptopp
url = https://github.com/abdes/cryptopp-cmake
[submodule "thirdparty/freetype"]
path = thirdparty/freetype
url = https://github.com/freetype/freetype
[submodule "thirdparty/glslang"]
path = thirdparty/glslang
url = https://github.com/KhronosGroup/glslang
[submodule "thirdparty/openal-soft"]
path = thirdparty/openal-soft
url = https://github.com/kcat/openal-soft
[submodule "thirdparty/libsndfile"]
path = thirdparty/libsndfile
url = https://github.com/libsndfile/libsndfile
[submodule "thirdparty/SPIRV-Cross"]
path = thirdparty/SPIRV-Cross
url = https://github.com/KhronosGroup/SPIRV-Cross
[submodule "thirdparty/glm"]
path = thirdparty/glm
url = https://github.com/g-truc/glm
[submodule "tests/assets"]
path = tests/assets
url = https://github.com/vetux/xng-assets
[submodule "thirdparty/bullet3"]
path = thirdparty/bullet3
url = https://github.com/bulletphysics/bullet3