-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmodules
More file actions
55 lines (55 loc) · 1.89 KB
/
Copy path.gitmodules
File metadata and controls
55 lines (55 loc) · 1.89 KB
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
[submodule "thirdparty/rhi"]
path = thirdparty/rhi
url = https://github.com/rtryan98/rhi
[submodule "thirdparty/imgui"]
path = thirdparty/imgui
url = https://github.com/ocornut/imgui
[submodule "thirdparty/spdlog"]
path = thirdparty/spdlog
url = https://github.com/gabime/spdlog
[submodule "thirdparty/fastgltf"]
path = thirdparty/fastgltf
url = https://github.com/spnda/fastgltf
[submodule "thirdparty/unordered_dense"]
path = thirdparty/unordered_dense
url = https://github.com/martinus/unordered_dense
[submodule "thirdparty/tclap"]
path = thirdparty/tclap
url = https://github.com/mirror/tclap
[submodule "thirdparty/xxHash"]
path = thirdparty/xxHash
url = https://github.com/Cyan4973/xxHash
[submodule "thirdparty/MikkTSpace"]
path = thirdparty/MikkTSpace
url = https://github.com/mmikk/MikkTSpace/
[submodule "thirdparty/stb"]
path = thirdparty/stb
url = https://github.com/nothings/stb
[submodule "thirdparty/gltf-sample-assets"]
path = thirdparty/gltf-sample-assets
url = https://github.com/KhronosGroup/glTF-Sample-Assets
ignore = dirty
[submodule "thirdparty/enkiTS"]
path = thirdparty/enkiTS
url = https://github.com/dougbinks/enkiTS
[submodule "thirdparty/OffsetAllocator"]
path = thirdparty/OffsetAllocator
url = https://github.com/sebbbi/OffsetAllocator
[submodule "thirdparty/glm"]
path = thirdparty/glm
url = https://github.com/g-truc/glm
[submodule "thirdparty/sdl"]
path = thirdparty/sdl
url = https://github.com/libsdl-org/SDL
[submodule "thirdparty/RobotoMono"]
path = thirdparty/RobotoMono
url = https://github.com/googlefonts/RobotoMono
[submodule "thirdparty/nlohmann_json"]
path = thirdparty/nlohmann_json
url = https://github.com/nlohmann/json
[submodule "thirdparty/meshoptimizer"]
path = thirdparty/meshoptimizer
url = https://github.com/zeux/meshoptimizer
[submodule "thirdparty/bc7enc_rdo"]
path = thirdparty/bc7enc_rdo
url = https://github.com/richgel999/bc7enc_rdo