-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
33 lines (33 loc) · 1.19 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 "thirdparty/glm"]
path = thirdparty/glm
url = https://github.com/g-truc/glm.git
[submodule "thirdparty/VulkanMemoryAllocator"]
path = thirdparty/VulkanMemoryAllocator
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
[submodule "thirdparty/fmt"]
path = thirdparty/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "thirdparty/glfw"]
path = thirdparty/glfw
url = https://github.com/glfw/glfw.git
[submodule "thirdparty/fastgltf"]
path = thirdparty/fastgltf
url = https://github.com/spnda/fastgltf.git
[submodule "thirdparty/taskflow"]
path = thirdparty/taskflow
url = https://github.com/taskflow/taskflow.git
[submodule "thirdparty/etc2comp"]
path = thirdparty/etc2comp
url = https://github.com/google/etc2comp.git
[submodule "thirdparty/shaderc"]
path = thirdparty/shaderc
url = https://github.com/google/shaderc.git
[submodule "thirdparty/imgui"]
path = thirdparty/imgui
url = https://github.com/ocornut/imgui.git
[submodule "thirdparty/ImGuizmo"]
path = thirdparty/ImGuizmo
url = https://github.com/CedricGuillemet/ImGuizmo.git
[submodule "thirdparty/ImGuiFileDialog"]
path = thirdparty/ImGuiFileDialog
url = https://github.com/aiekick/ImGuiFileDialog.git