-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.gitmodules
66 lines (66 loc) · 2.31 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
64
65
66
[submodule "thirdparty/VulkanMemoryAllocator"]
path = thirdparty/VulkanMemoryAllocator
url = [email protected]:GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
[submodule "thirdparty/imgui"]
path = thirdparty/imgui
url = [email protected]:ocornut/imgui.git
[submodule "thirdparty/googletest"]
path = thirdparty/googletest
url = [email protected]:google/googletest.git
[submodule "thirdparty/tinygltf"]
path = thirdparty/tinygltf
url = https://github.com/syoyo/tinygltf.git
[submodule "thirdparty/rapidjson"]
path = thirdparty/rapidjson
url = https://github.com/Tencent/rapidjson.git
[submodule "thirdparty/crc32c"]
path = thirdparty/crc32c
url = [email protected]:google/crc32c.git
[submodule "thirdparty/assimp"]
path = thirdparty/assimp
url = [email protected]:assimp/assimp.git
[submodule "thirdparty/SPIRV-Cross"]
path = thirdparty/SPIRV-Cross
url = [email protected]:KhronosGroup/SPIRV-Cross.git
[submodule "thirdparty/glslang"]
path = thirdparty/glslang
url = [email protected]:KhronosGroup/glslang.git
[submodule "thirdparty/cereal"]
path = thirdparty/cereal
url = [email protected]:USCiLab/cereal.git
[submodule "thirdparty/taskflow"]
path = thirdparty/taskflow
url = [email protected]:taskflow/taskflow.git
[submodule "thirdparty/shaderc"]
path = thirdparty/shaderc
url = [email protected]:google/shaderc.git
[submodule "thirdparty/SPIRV-Headers"]
path = thirdparty/SPIRV-Headers
url = [email protected]:KhronosGroup/SPIRV-Headers.git
[submodule "thirdparty/SPIRV-Tools"]
path = thirdparty/SPIRV-Tools
url = [email protected]:KhronosGroup/SPIRV-Tools.git
[submodule "thirdparty/stb"]
path = thirdparty/stb
url = [email protected]:nothings/stb.git
[submodule "thirdparty/cxxopts"]
path = thirdparty/cxxopts
url = [email protected]:jarro2783/cxxopts.git
[submodule "thirdparty/sdl"]
path = thirdparty/sdl
url = [email protected]:libsdl-org/SDL.git
[submodule "thirdparty/freetype"]
path = thirdparty/freetype
url = [email protected]:freetype/freetype.git
[submodule "thirdparty/volk"]
path = thirdparty/volk
url = [email protected]:zeux/volk.git
[submodule "thirdparty/PerlinNoise"]
path = thirdparty/PerlinNoise
url = [email protected]:Reputeless/PerlinNoise.git
[submodule "thirdparty/ktx"]
path = thirdparty/ktx
url = [email protected]:KhronosGroup/KTX-Software.git
[submodule "thirdparty/implot"]
path = thirdparty/implot
url = [email protected]:epezent/implot.git