-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.gitmodules
111 lines (111 loc) · 4.46 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
[submodule "externals/simplefilewatcher/simplefilewatcher"]
path = externals/simplefilewatcher/simplefilewatcher
url = https://github.com/jameswynn/simplefilewatcher.git
[submodule "externals/dr_libs/dr_libs"]
path = externals/dr_libs/dr_libs
url = https://github.com/mackron/dr_libs.git
[submodule "externals/libpng/libpng"]
path = externals/png/png
url = https://github.com/glennrp/libpng.git
[submodule "externals/libtiff/libtiff"]
path = externals/tiff/tiff
url = https://gitlab.com/libtiff/libtiff.git
[submodule "externals/freetype/freetype"]
path = externals/freetype/freetype
url = https://github.com/ucpu/freetype.git
[submodule "externals/glad/glad"]
path = externals/glad/glad
url = https://github.com/ucpu/glad.git
[submodule "externals/glm/glm"]
path = externals/glm/glm
url = https://github.com/g-truc/glm.git
[submodule "externals/ogg/ogg"]
path = externals/ogg/ogg
url = https://github.com/xiph/ogg.git
[submodule "externals/vorbis/vorbis"]
path = externals/vorbis/vorbis
url = https://github.com/xiph/vorbis.git
[submodule "externals/assimp/assimp"]
path = externals/assimp/assimp
url = https://github.com/assimp/assimp.git
[submodule "externals/glfw/glfw"]
path = externals/glfw/glfw
url = https://github.com/glfw/glfw.git
[submodule "externals/jpeg/jpeg"]
path = externals/jpeg/jpeg
url = https://github.com/libjpeg-turbo/libjpeg-turbo.git
[submodule "externals/msdfgen/msdfgen"]
path = externals/msdfgen/msdfgen
url = https://github.com/Chlumsky/msdfgen.git
[submodule "externals/fastnoise/fastnoise"]
path = externals/fastnoise/fastnoise
url = https://github.com/Auburns/FastNoise.git
[submodule "externals/zlib-ng/zlib-ng"]
path = externals/zlib-ng/zlib-ng
url = https://github.com/zlib-ng/zlib-ng.git
[submodule "externals/stb/stb"]
path = externals/stb/stb
url = https://github.com/nothings/stb.git
[submodule "externals/xatlas/xatlas"]
path = externals/xatlas/xatlas
url = https://github.com/jpcy/xatlas.git
[submodule "externals/pmp/pmp"]
path = externals/pmp/pmp
url = https://github.com/pmp-library/pmp-library.git
[submodule "externals/dualmc/dualmc"]
path = externals/dualmc/dualmc
url = https://github.com/dominikwodniok/dualmc.git
[submodule "externals/cubeb/cubeb"]
path = externals/cubeb/cubeb
url = https://github.com/mozilla/cubeb.git
[submodule "externals/plf/plf_colony"]
path = externals/plf/plf_colony
url = https://github.com/mattreecebentley/plf_colony.git
[submodule "externals/plf/plf_list"]
path = externals/plf/plf_list
url = https://github.com/mattreecebentley/plf_list.git
[submodule "externals/plf/plf_stack"]
path = externals/plf/plf_stack
url = https://github.com/mattreecebentley/plf_stack.git
[submodule "externals/zstd/zstd"]
path = externals/zstd/zstd
url = https://github.com/facebook/zstd.git
[submodule "externals/tinyexr/tinyexr"]
path = externals/tinyexr/tinyexr
url = https://github.com/syoyo/tinyexr.git
[submodule "externals/samplerate/libsamplerate"]
path = externals/samplerate/libsamplerate
url = https://github.com/libsndfile/libsamplerate.git
[submodule "externals/avir/avir"]
path = externals/avir/avir
url = https://github.com/avaneev/avir.git
[submodule "externals/openxr-sdk/OpenXR-SDK"]
path = externals/openxr-sdk/OpenXR-SDK
url = https://github.com/KhronosGroup/OpenXR-SDK.git
[submodule "externals/bc7enc_rdo/bc7enc_rdo"]
path = externals/bc7enc_rdo/bc7enc_rdo
url = https://github.com/richgel999/bc7enc_rdo.git
[submodule "externals/unordered_dense/unordered_dense"]
path = externals/unordered_dense/unordered_dense
url = https://github.com/martinus/unordered_dense.git
[submodule "externals/gamenetworkingsockets/GameNetworkingSockets"]
path = externals/gamenetworkingsockets/GameNetworkingSockets
url = https://github.com/ValveSoftware/GameNetworkingSockets.git
[submodule "externals/protobuf/protobuf"]
path = externals/protobuf/protobuf
url = https://github.com/protocolbuffers/protobuf.git
[submodule "externals/quickhull/quickhull"]
path = externals/quickhull/quickhull
url = https://github.com/akuukka/quickhull.git
[submodule "externals/wamr/wamr"]
path = externals/wamr/wamr
url = https://github.com/bytecodealliance/wasm-micro-runtime.git
[submodule "externals/uni-algo/uni-algo"]
path = externals/uni-algo/uni-algo
url = https://github.com/uni-algo/uni-algo
[submodule "externals/sheenbidi/SheenBidi"]
path = externals/sheenbidi/SheenBidi
url = https://github.com/Tehreer/SheenBidi.git
[submodule "externals/harfbuzz/harfbuzz"]
path = externals/harfbuzz/harfbuzz
url = https://github.com/harfbuzz/harfbuzz.git