-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
33 lines (33 loc) · 1.06 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
[submodule "Vendor/entt"]
path = Vendor/entt
url = https://github.com/skypjack/entt.git
[submodule "Vendor/JoltPhysics"]
path = Vendor/JoltPhysics
url = https://github.com/jrouwe/JoltPhysics.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/spdlog"]
path = Vendor/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "Vendor/glslang"]
path = Vendor/glslang
url = https://github.com/KhronosGroup/glslang.git
[submodule "Vendor/SPIRV-Headers"]
path = Vendor/SPIRV-Headers
url = https://github.com/KhronosGroup/SPIRV-Headers.git
[submodule "Vendor/SPIRV-Tools"]
path = Vendor/SPIRV-Tools
url = https://github.com/KhronosGroup/SPIRV-Tools.git
[submodule "Vendor/shaderc"]
path = Vendor/shaderc
url = https://github.com/google/shaderc.git
[submodule "Vendor/yaml-cpp"]
path = Vendor/yaml-cpp
url = https://github.com/jbeder/yaml-cpp.git
[submodule "Vendor/json"]
path = Vendor/json
url = https://github.com/nlohmann/json.git