-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
27 lines (27 loc) · 1.17 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
[submodule "Engine/3rdParty/glm/Repo"]
path = Engine/3rdParty/glm/Repo
url = https://github.com/g-truc/glm
[submodule "Engine/3rdParty/xxHash/Repo"]
path = Engine/3rdParty/xxHash/Repo
url = https://github.com/Cyan4973/xxHash.git
[submodule "Engine/3rdParty/RapidJSON/Repo"]
path = Engine/3rdParty/RapidJSON/Repo
url = https://github.com/Tencent/rapidjson.git
[submodule "Engine/3rdParty/Mustache/Repo"]
path = Engine/3rdParty/Mustache/Repo
url = https://github.com/kainjow/Mustache.git
[submodule "Engine/3rdParty/VulkanMemoryAllocator/Repo"]
path = Engine/3rdParty/VulkanMemoryAllocator/Repo
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
[submodule "Engine/3rdParty/imgui/Repo"]
path = Engine/3rdParty/imgui/Repo
url = https://github.com/ocornut/imgui.git
[submodule "Engine/3rdParty/SPIRV-Reflect/Repo"]
path = Engine/3rdParty/SPIRV-Reflect/Repo
url = https://github.com/chaoticbob/SPIRV-Reflect.git
[submodule "Engine/3rdParty/stb/Repo"]
path = Engine/3rdParty/stb/Repo
url = https://github.com/nothings/stb.git
[submodule "Engine/3rdParty/microprofile/Repo"]
path = Engine/3rdParty/microprofile/Repo
url = https://github.com/zeux/microprofile.git