-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
30 lines (30 loc) · 977 Bytes
/
Copy path.gitmodules
File metadata and controls
30 lines (30 loc) · 977 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
28
29
30
[submodule "vendor/glm"]
path = vendor/glm
url = https://github.com/g-truc/glm
[submodule "vendor/glfw"]
path = vendor/glfw
url = https://github.com/glfw/glfw
[submodule "vendor/tinyobjloader"]
path = vendor/tinyobjloader
url = https://github.com/tinyobjloader/tinyobjloader
[submodule "vendor/spdlog"]
path = vendor/spdlog
url = https://github.com/gabime/spdlog
[submodule "vendor/googletest"]
path = vendor/googletest
url = https://github.com/google/googletest
[submodule "vendor/VulkanMemoryAllocator"]
path = vendor/VulkanMemoryAllocator
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
[submodule "vendor/imgui"]
path = vendor/imgui
url = https://github.com/ocornut/imgui
[submodule "vendor/fastgltf"]
path = vendor/fastgltf
url = https://github.com/spnda/fastgltf
[submodule "vendor/entt"]
path = vendor/entt
url = https://github.com/skypjack/entt
[submodule "vendor/volk"]
path = vendor/volk
url = https://github.com/zeux/volk