forked from fragcolor-xyz/shards
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
94 lines (94 loc) · 2.98 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
88
89
90
91
92
93
94
[submodule "deps/stb"]
path = deps/stb
url = https://github.com/chainblocks/stb.git
[submodule "deps/json"]
path = deps/json
url = https://github.com/chainblocks/json.git
[submodule "deps/imgui_club"]
path = deps/imgui_club
url = https://github.com/chainblocks/imgui_club.git
[submodule "kcp"]
path = deps/kcp
url = https://github.com/chainblocks/kcp.git
[submodule "magic_enum"]
path = deps/magic_enum
url = https://github.com/chainblocks/magic_enum.git
[submodule "cpp-taskflow"]
path = deps/cpp-taskflow
url = https://github.com/chainblocks/cpp-taskflow.git
[submodule "deps/replxx"]
path = deps/replxx
url = https://github.com/chainblocks/replxx.git
[submodule "deps/nameof"]
path = deps/nameof
url = https://github.com/chainblocks/nameof.git
[submodule "deps/pdqsort"]
path = deps/pdqsort
url = https://github.com/chainblocks/pdqsort.git
[submodule "deps/SDL"]
path = deps/SDL
url = https://github.com/chainblocks/SDL-org.git
[submodule "deps/implot"]
path = deps/implot
url = https://github.com/chainblocks/implot.git
[submodule "deps/filesystem"]
path = deps/filesystem
url = https://github.com/chainblocks/filesystem.git
[submodule "deps/libbacktrace"]
path = deps/libbacktrace
url = https://github.com/chainblocks/libbacktrace.git
[submodule "deps/wasm3"]
path = deps/wasm3
url = https://github.com/chainblocks/wasm3.git
[submodule "deps/xxHash"]
path = deps/xxHash
url = https://github.com/chainblocks/xxHash.git
[submodule "deps/Catch2"]
path = deps/Catch2
url = https://github.com/chainblocks/Catch2.git
[submodule "deps/linalg"]
path = deps/linalg
url = https://github.com/chainblocks/linalg.git
[submodule "deps/tinygltf"]
path = deps/tinygltf
url = https://github.com/chainblocks/tinygltf.git
[submodule "deps/miniaudio"]
path = deps/miniaudio
url = https://github.com/chainblocks/miniaudio.git
[submodule "deps/utf8.h"]
path = deps/utf8.h
url = https://github.com/chainblocks/utf8.h.git
[submodule "deps/spdlog"]
path = deps/spdlog
url = https://github.com/chainblocks/spdlog.git
[submodule "deps/kissfft"]
path = deps/kissfft
url = https://github.com/chainblocks/kissfft.git
[submodule "deps/pareto"]
path = deps/pareto
url = https://github.com/chainblocks/pareto.git
[submodule "deps/imguizmo"]
path = deps/imguizmo
url = https://github.com/chainblocks/ImGuizmo.git
[submodule "deps/brotli"]
path = deps/brotli
url = https://github.com/chainblocks/brotli.git
[submodule "deps/snappy"]
path = deps/snappy
url = https://github.com/chainblocks/snappy.git
[submodule "src/gfx/wgpu-native"]
path = src/gfx/rust/wgpu-native
url = https://github.com/chainblocks/wgpu-native.git
[submodule "deps/imgui"]
path = deps/imgui
url = https://github.com/ocornut/imgui.git
[submodule "cmake/android-cmake"]
path = cmake/android-cmake
url = https://github.com/guusw/android-cmake.git
[submodule "src/gfx/wgpu"]
path = src/gfx/rust/wgpu
url = https://github.com/chainblocks/wgpu.git
branch = master
[submodule "src/gfx/naga"]
path = src/gfx/rust/naga
url = https://github.com/chainblocks/naga