-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
24 lines (24 loc) · 800 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
[submodule "extern/SDL2"]
path = engine/extern/SDL2
url = https://github.com/libsdl-org/SDL
[submodule "extern/volk"]
path = engine/extern/volk
url = https://github.com/zeux/volk
[submodule "extern/cglm"]
path = engine/extern/cglm
url = https://github.com/recp/cglm
[submodule "extern/SPIRV-Reflect"]
path = engine/extern/SPIRV-Reflect
url = https://github.com/KhronosGroup/SPIRV-Reflect
[submodule "extern/openal-soft"]
path = engine/extern/openal-soft
url = https://github.com/kcat/openal-soft.git
[submodule "extern/ogg"]
path = engine/extern/ogg
url = https://github.com/xiph/ogg.git
[submodule "extern/vorbis"]
path = engine/extern/vorbis
url = https://github.com/xiph/vorbis.git
[submodule "extern/assimp"]
path = engine/extern/assimp
url = https://github.com/assimp/assimp.git