-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmodules
More file actions
27 lines (27 loc) · 870 Bytes
/
.gitmodules
File metadata and controls
27 lines (27 loc) · 870 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 "vendor/spdlog"]
path = vendor/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "vendor/glm"]
path = vendor/glm
url = https://github.com/g-truc/glm.git
[submodule "vendor/glfw"]
path = vendor/glfw
url = https://github.com/glfw/glfw.git
[submodule "vendor/vulkan"]
path = vendor/vulkan
url = git@github.com:KingLineSoftworks/vulkan.git
[submodule "vendor/stb"]
path = vendor/stb
url = https://github.com/nothings/stb.git
[submodule "vendor/tinygltf"]
path = vendor/tinygltf
url = https://github.com/syoyo/tinygltf.git
[submodule "vendor/MikkTSpace"]
path = vendor/MikkTSpace
url = https://github.com/mmikk/MikkTSpace.git
[submodule "assets"]
path = assets
url = git@github.com:KingLineSoftworks/assets.git
[submodule "vendor/reactphysics3d"]
path = vendor/reactphysics3d
url = https://github.com/DanielChappuis/reactphysics3d.git