-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy path.gitmodules
30 lines (30 loc) · 1.13 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
[submodule "external/VulkanMemoryAllocator"]
path = external/VulkanMemoryAllocator
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
[submodule "external/glfw"]
path = external/glfw
url = https://github.com/glfw/glfw.git
[submodule "external/AssetCore"]
path = external/AssetCore
url = https://github.com/diharaw/AssetCore.git
[submodule "external/imgui"]
path = external/imgui
url = https://github.com/ocornut/imgui.git
[submodule "external/glslang"]
path = external/glslang
url = https://github.com/KhronosGroup/glslang.git
[submodule "external/SPIRV-Reflect"]
path = external/SPIRV-Reflect
url = https://github.com/chaoticbob/SPIRV-Reflect.git
[submodule "external/nativefiledialog"]
path = external/nativefiledialog
url = https://github.com/mlabbe/nativefiledialog.git
[submodule "external/ImGuizmo"]
path = external/ImGuizmo
url = https://github.com/CedricGuillemet/ImGuizmo.git
[submodule "external/stb"]
path = external/stb
url = https://github.com/nothings/stb.git
[submodule "external/IconFontCppHeaders"]
path = external/IconFontCppHeaders
url = https://github.com/juliettef/IconFontCppHeaders.git