-
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 = git@github.com:GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
[submodule "thirdparty/imgui"]
path = thirdparty/imgui
url = git@github.com:ocornut/imgui.git
[submodule "thirdparty/googletest"]
path = thirdparty/googletest
url = git@github.com: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 = git@github.com:google/crc32c.git
[submodule "thirdparty/assimp"]
path = thirdparty/assimp
url = git@github.com:assimp/assimp.git
[submodule "thirdparty/SPIRV-Cross"]
path = thirdparty/SPIRV-Cross
url = git@github.com:KhronosGroup/SPIRV-Cross.git
[submodule "thirdparty/glslang"]
path = thirdparty/glslang
url = git@github.com:KhronosGroup/glslang.git
[submodule "thirdparty/cereal"]
path = thirdparty/cereal
url = git@github.com:USCiLab/cereal.git
[submodule "thirdparty/taskflow"]
path = thirdparty/taskflow
url = git@github.com:taskflow/taskflow.git
[submodule "thirdparty/shaderc"]
path = thirdparty/shaderc
url = git@github.com:google/shaderc.git
[submodule "thirdparty/SPIRV-Headers"]
path = thirdparty/SPIRV-Headers
url = git@github.com:KhronosGroup/SPIRV-Headers.git
[submodule "thirdparty/SPIRV-Tools"]
path = thirdparty/SPIRV-Tools
url = git@github.com:KhronosGroup/SPIRV-Tools.git
[submodule "thirdparty/stb"]
path = thirdparty/stb
url = git@github.com:nothings/stb.git
[submodule "thirdparty/cxxopts"]
path = thirdparty/cxxopts
url = git@github.com:jarro2783/cxxopts.git
[submodule "thirdparty/sdl"]
path = thirdparty/sdl
url = git@github.com:libsdl-org/SDL.git
[submodule "thirdparty/freetype"]
path = thirdparty/freetype
url = git@github.com:freetype/freetype.git
[submodule "thirdparty/volk"]
path = thirdparty/volk
url = git@github.com:zeux/volk.git
[submodule "thirdparty/PerlinNoise"]
path = thirdparty/PerlinNoise
url = git@github.com:Reputeless/PerlinNoise.git
[submodule "thirdparty/ktx"]
path = thirdparty/ktx
url = git@github.com:KhronosGroup/KTX-Software.git
[submodule "thirdparty/implot"]
path = thirdparty/implot
url = git@github.com:epezent/implot.git