-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
24 lines (24 loc) · 859 Bytes
/
Copy path.gitmodules
File metadata and controls
24 lines (24 loc) · 859 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
[submodule "3rdparty/zlib"]
path = 3rdparty/zlib
url = https://github.com/madler/zlib.git
[submodule "3rdparty/bullet"]
path = 3rdparty/bullet
url = https://github.com/bulletphysics/bullet3.git
[submodule "3rdparty/glm"]
path = 3rdparty/glm
url = https://github.com/g-truc/glm.git
[submodule "3rdparty/freetype"]
path = 3rdparty/freetype
url = https://github.com/aseprite/freetype2.git
[submodule "3rdparty/recastnavigation"]
path = 3rdparty/recastnavigation
url = https://github.com/recastnavigation/recastnavigation.git
[submodule "3rdparty/tiny-AES-c"]
path = 3rdparty/tiny-AES-c
url = https://github.com/kokke/tiny-AES-c.git
[submodule "3rdparty/pugixml"]
path = 3rdparty/pugixml
url = https://github.com/zeux/pugixml.git
[submodule "3rdparty/SPIRV-Cross"]
path = 3rdparty/SPIRV-Cross
url = https://github.com/KhronosGroup/SPIRV-Cross.git