forked from picotorrent/picotorrent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
22 lines (22 loc) · 716 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[submodule "vendor/libtorrent"]
path = vendor/libtorrent
url = https://github.com/arvidn/libtorrent
[submodule "vendor/wx"]
path = vendor/wx
url = https://github.com/wxWidgets/wxWidgets
[submodule "vendor/duktape"]
[submodule "vendor/fmt"]
path = vendor/fmt
url = https://github.com/fmtlib/fmt
[submodule "vendor/nlohmann-json"]
path = vendor/nlohmann-json
url = https://github.com/nlohmann/json
[submodule "vendor/crashpad"]
path = vendor/crashpad
url = https://github.com/picotorrent/crashpad
[submodule "vendor/sentry-crashpad"]
path = vendor/sentry-crashpad
url = https://github.com/picotorrent/sentry-crashpad
[submodule "vendor/antlr4"]
path = vendor/antlr4
url = https://github.com/antlr/antlr4