-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitmodules
87 lines (87 loc) · 3.29 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
[submodule "thirdparty/assimp"]
path = thirdparty/assimp
url = https://github.com/jglrxavpok/assimp
[submodule "thirdparty/rapidjson"]
path = thirdparty/rapidjson
url = https://github.com/Tencent/rapidjson
[submodule "thirdparty/tracy"]
path = thirdparty/tracy
url = https://github.com/wolfpld/tracy
[submodule "thirdparty/imgui"]
path = thirdparty/imgui
url = https://github.com/jglrxavpok/imgui
[submodule "thirdparty/dr_libs"]
path = thirdparty/dr_libs
url = https://github.com/mackron/dr_libs/
[submodule "thirdparty/imgui_node_editor"]
path = thirdparty/imgui-node-editor
url = https://github.com/thedmd/imgui-node-editor
[submodule "thirdparty/stduuid"]
path = thirdparty/stduuid
url = https://github.com/mariusbancila/stduuid
[submodule "thirdparty/glslang"]
path = thirdparty/glslang
url = https://github.com/KhronosGroup/glslang
[submodule "thirdparty/nativefiledialog-extended"]
path = thirdparty/nativefiledialog-extended
url = https://github.com/btzy/nativefiledialog-extended
[submodule "thirdparty/OpenXR-SDK"]
path = thirdparty/OpenXR-SDK
url = https://github.com/KhronosGroup/OpenXR-SDK
[submodule "thirdparty/OpenXR-SDK-Source"]
path = thirdparty/OpenXR-SDK-Source
url = https://github.com/KhronosGroup/OpenXR-SDK-Source
[submodule "thirdparty/OpenXR-Hpp"]
path = thirdparty/OpenXR-Hpp
url = https://github.com/KhronosGroup/OpenXR-Hpp
[submodule "thirdparty/asio"]
path = thirdparty/asio
url = https://github.com/chriskohlhoff/asio
[submodule "thirdparty/ImGuizmo"]
path = thirdparty/ImGuizmo
url = https://github.com/jglrxavpok/ImGuizmo
[submodule "thirdparty/openexr"]
path = thirdparty/openexr
url = https://github.com/AcademySoftwareFoundation/openexr
[submodule "thirdparty/debugbreak"]
path = thirdparty/debugbreak
url = https://github.com/scottt/debugbreak
[submodule "thirdparty/tinygltf"]
path = thirdparty/tinygltf
url = https://github.com/syoyo/tinygltf
[submodule "thirdparty/KTX-Software"]
path = thirdparty/KTX-Software
url = https://github.com/KhronosGroup/KTX-Software
[submodule "thirdparty/MikkTSpace"]
path = thirdparty/MikkTSpace
url = https://github.com/mmikk/MikkTSpace
[submodule "thirdparty/eventpp"]
path = thirdparty/eventpp
url = https://github.com/wqking/eventpp
[submodule "thirdparty/robin-hood-hashing"]
path = thirdparty/robin-hood-hashing
url = https://github.com/martinus/robin-hood-hashing
[submodule "thirdparty/JoltPhysics"]
path = thirdparty/JoltPhysics
url = https://github.com/jrouwe/JoltPhysics
[submodule "thirdparty/VulkanMemoryAllocator"]
path = thirdparty/VulkanMemoryAllocator
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
[submodule "thirdparty/cider"]
path = thirdparty/cider
url = https://github.com/jglrxavpok/cider
[submodule "thirdparty/meshoptimizer"]
path = thirdparty/meshoptimizer
url = https://github.com/zeux/meshoptimizer
[submodule "thirdparty/SPIRV-Cross"]
path = thirdparty/SPIRV-Cross
url = https://github.com/KhronosGroup/SPIRV-Cross
[submodule "thirdparty/mimalloc"]
path = thirdparty/mimalloc
url = https://github.com/microsoft/mimalloc/
[submodule "thirdparty/bc7enc_rdo"]
path = thirdparty/bc7enc_rdo
url = https://github.com/richgel999/bc7enc_rdo
[submodule "thirdparty/concurrentqueue"]
path = thirdparty/concurrentqueue
url = https://github.com/cameron314/concurrentqueue