-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
33 lines (33 loc) · 1.09 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 "libs/glfw"]
path = libs/glfw
url = https://github.com/glfw/glfw.git
[submodule "libs/vma"]
path = libs/vma
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
[submodule "libs/spdlog"]
path = libs/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "libs/glm"]
path = libs/glm
url = https://github.com/g-truc/glm.git
[submodule "libs/entt"]
path = libs/entt
url = https://github.com/skypjack/entt.git
[submodule "libs/KTX-Software"]
path = libs/KTX-Software
url = https://github.com/KhronosGroup/KTX-Software.git
[submodule "libs/imgui"]
path = libs/imgui
url = https://github.com/sjcobb2022/imgui.git
[submodule "libs/tinygltf"]
path = libs/tinygltf
url = https://github.com/syoyo/tinygltf.git
[submodule "libs/SPIRV-Reflect"]
path = libs/SPIRV-Reflect
url = https://github.com/KhronosGroup/SPIRV-Reflect.git
[submodule ".github/actions/setup-vulkan-sdk"]
path = .github/actions/setup-vulkan-sdk
url = https://github.com/sjcobb2022/setup-vulkan-sdk.git
[submodule "libs/rapidobj"]
path = libs/rapidobj
url = https://github.com/guybrush77/rapidobj