-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
30 lines (30 loc) · 948 Bytes
/
.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
[submodule "vendored/OpenRCT2"]
path = vendored/OpenRCT2
url = https://github.com/Mstrodl/OpenRCT2
[submodule "vendored/emsdk"]
path = vendored/emsdk
url = https://github.com/emscripten-core/emsdk
[submodule "vendored/openssl"]
path = vendored/openssl
url = https://github.com/openssl/openssl
[submodule "vendored/speexdsp"]
path = vendored/speexdsp
url = https://gitlab.xiph.org/xiph/speexdsp.git/
[submodule "vendored/json"]
path = vendored/json
url = https://github.com/nlohmann/json
[submodule "vendored/icu"]
path = vendored/icu
url = https://github.com/unicode-org/icu
[submodule "vendored/zip"]
path = vendored/zip
url = https://github.com/nih-at/libzip
[submodule "vendored/zlib"]
path = vendored/zlib
url = https://github.com/madler/zlib
[submodule "vendored/ogg"]
path = vendored/ogg
url = https://gitlab.xiph.org/xiph/ogg
[submodule "vendored/vorbis"]
path = vendored/vorbis
url = https://gitlab.xiph.org/xiph/vorbis