-
Notifications
You must be signed in to change notification settings - Fork 8
/
.gitmodules
69 lines (69 loc) · 2.38 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
67
68
69
[submodule "third_party/glfw"]
path = third_party/glfw
url = https://github.com/glfw/glfw.git
[submodule "third_party/imgui"]
path = third_party/imgui
url = https://github.com/ocornut/imgui.git
[submodule "third_party/googletest"]
path = third_party/googletest
url = https://github.com/google/googletest.git
[submodule "third_party/dawn"]
path = third_party/dawn
url = https://dawn.googlesource.com/dawn
[submodule "assets"]
path = assets
url = https://github.com/yangfengzzz/Assets.git
[submodule "third_party/stb"]
path = third_party/stb
url = https://github.com/nothings/stb.git
[submodule "third_party/tinyobj"]
path = third_party/tinyobj
url = https://github.com/tinyobjloader/tinyobjloader.git
[submodule "third_party/astc"]
path = third_party/astc
url = https://github.com/ARM-software/astc-encoder
[submodule "third_party/ktx"]
path = third_party/ktx
url = https://github.com/KhronosGroup/KTX-Software
[submodule "third_party/implot"]
path = third_party/implot
url = https://github.com/epezent/implot.git
[submodule "third_party/nlohmann"]
path = third_party/nlohmann
url = https://github.com/nlohmann/json.git
[submodule "third_party/glslang"]
path = third_party/glslang
url = https://github.com/KhronosGroup/glslang
[submodule "SPIRV-Cross"]
path = SPIRV-Cross
url = https://github.com/KhronosGroup/SPIRV-Cross
[submodule "third_party/hwcpipe"]
path = third_party/hwcpipe
url = https://github.com/ARM-software/HWCPipe
[submodule "third_party/spdlog"]
path = third_party/spdlog
url = https://github.com/gabime/spdlog
[submodule "third_party/cli11"]
path = third_party/cli11
url = https://github.com/CLIUtils/CLI11.git
[submodule "third_party/assimp"]
path = third_party/assimp
url = https://github.com/assimp/assimp.git
[submodule "third_party/spirv-cross"]
path = third_party/spirv-cross
url = https://github.com/KhronosGroup/SPIRV-Cross
[submodule "third_party/vulkan"]
path = third_party/vulkan
url = https://github.com/KhronosGroup/Vulkan-Headers
[submodule "third_party/ozz"]
path = third_party/ozz
url = https://github.com/guillaumeblanc/ozz-animation.git
[submodule "third_party/jolt"]
path = third_party/jolt
url = https://github.com/jrouwe/JoltPhysics.git
[submodule "third_party/tinygltf"]
path = third_party/tinygltf
url = https://github.com/syoyo/tinygltf.git
[submodule "third_party/physx"]
path = third_party/physx
url = https://github.com/NVIDIAGameWorks/PhysX.git