-
-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy path.gitmodules
63 lines (63 loc) · 2.27 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
[submodule "__externals/fmt"]
path = __externals/fmt
url = https://github.com/fmtlib/fmt
[submodule "__externals/stb"]
path = __externals/stb
url = https://github.com/nothings/stb
[submodule "__externals/imgui/src"]
path = __externals/imgui/src
url = https://github.com/ocornut/imgui
[submodule "__externals/spdlog"]
path = __externals/spdlog
url = https://github.com/gabime/spdlog
[submodule "__externals/glfw"]
path = __externals/glfw
url = https://github.com/glfw/glfw
[submodule "__externals/entt"]
path = __externals/entt
url = https://github.com/skypjack/entt
[submodule "__externals/assimp"]
path = __externals/assimp
url = https://github.com/assimp/assimp
[submodule "__externals/stduuid"]
path = __externals/stduuid
url = https://github.com/mariusbancila/stduuid
[submodule "__externals/yaml-cpp"]
path = __externals/yaml-cpp
url = https://github.com/jbeder/yaml-cpp
[submodule "__externals/ImGuizmo"]
path = __externals/ImGuizmo
url = https://github.com/CedricGuillemet/ImGuizmo
[submodule "__externals/SPIRV-Cross"]
path = __externals/SPIRV-Cross
url = https://github.com/KhronosGroup/SPIRV-Cross
[submodule "__externals/gtest"]
path = __externals/gtest
url = https://github.com/google/googletest
[submodule "__externals/VulkanMemoryAllocator"]
path = __externals/VulkanMemoryAllocator
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
[submodule "__externals/nlohmann_json"]
path = __externals/nlohmann_json
url = https://github.com/nlohmann/json
[submodule "__externals/glslang"]
path = __externals/glslang
url = https://github.com/khronosGroup/glslang.git
[submodule "__externals/SPIRV-headers"]
path = __externals/SPIRV-headers
url = https://github.com/khronosGroup/SPIRV-headers.git
[submodule "__externals/SPIRV-Tools"]
path = __externals/SPIRV-Tools
url = https://github.com/khronosGroup/SPIRV-Tools
[submodule "__externals/Vulkan-Loader"]
path = __externals/Vulkan-Loader
url = https://github.com/KhronosGroup/Vulkan-Loader
[submodule "__externals/glm"]
path = __externals/glm
url = https://github.com/g-truc/glm
[submodule "__externals/Vulkan-Headers"]
path = __externals/Vulkan-Headers
url = https://github.com/KhronosGroup/Vulkan-Headers
[submodule "__externals/tlsf/src"]
path = __externals/tlsf/src
url = https://github.com/mattconte/tlsf