-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
42 lines (42 loc) · 1.28 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
37
38
39
40
41
42
[submodule "Dependencies/vma-hpp"]
path = Vendor/vma-hpp
url = [email protected]:YaaZ/VulkanMemoryAllocator-Hpp
[submodule "Dependencies/imgui"]
path = Vendor/imgui
url = [email protected]:ocornut/imgui
[submodule "Vendor/nlohmann"]
path = Vendor/nlohmann
url = https://github.com/nlohmann/json
[submodule "Vendor/lz4"]
path = Vendor/lz4
url = [email protected]:lz4/lz4
[submodule "Vendor/spirv-reflect"]
path = Vendor/spirv-reflect
url = [email protected]:KhronosGroup/SPIRV-Reflect
[submodule "Vendor/tinygltf"]
path = Vendor/tinygltf
url = [email protected]:syoyo/tinygltf.git
[submodule "Vendor/glfw"]
path = Vendor/glfw
url = [email protected]:glfw/glfw.git
[submodule "Vendor/glm"]
path = Vendor/glm
url = [email protected]:g-truc/glm.git
[submodule "Vendor/spdlog"]
path = Vendor/spdlog
url = [email protected]:gabime/spdlog.git
[submodule "Vendor/entt"]
path = Vendor/entt
url = [email protected]:skypjack/entt.git
[submodule "Vendor/stb"]
path = Vendor/stb
url = [email protected]:nothings/stb
[submodule "Vendor/doxygen-awesome-css"]
path = Vendor/doxygen-awesome-css
url = https://github.com/jothepro/doxygen-awesome-css
[submodule "Vendor/tracy"]
path = Vendor/tracy
url = [email protected]:wolfpld/tracy
[submodule "Vendor/meshoptimizer"]
path = Vendor/meshoptimizer
url = [email protected]:zeux/meshoptimizer