-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy path.gitmodules
27 lines (27 loc) · 932 Bytes
/
.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
[submodule "external/gli"]
path = external/gli
url = https://github.com/g-truc/gli.git
[submodule "external/glm"]
path = external/glm
url = https://github.com/g-truc/glm.git
[submodule "external/glslang"]
path = external/glslang
url = https://github.com/KhronosGroup/glslang.git
[submodule "external/Vulkan-Headers"]
path = external/Vulkan-Headers
url = https://github.com/KhronosGroup/Vulkan-Headers.git
[submodule "external/AGS_SDK"]
path = external/AGS_SDK
url = https://github.com/GPUOpen-LibrariesAndSDKs/AGS_SDK.git
[submodule "external/imgui"]
path = external/imgui
url = https://github.com/ocornut/imgui.git
[submodule "external/spirv_cross"]
path = external/spirv_cross
url = https://github.com/KhronosGroup/SPIRV-Cross.git
[submodule "CMake"]
path = CMake
url = https://github.com/DragonJoker/CMakeUtils.git
[submodule "external/vcpkg"]
path = external/vcpkg
url = https://github.com/microsoft/vcpkg.git