-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
27 lines (27 loc) · 861 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
[submodule "vendor/opus"]
path = vendor/opus
url = https://github.com/xiph/opus
[submodule "vendor/rnnoise-cmake"]
path = vendor/rnnoise-cmake
url = https://github.com/almogh52/rnnoise-cmake
[submodule "vendor/rtaudio"]
path = vendor/rtaudio
url = https://github.com/thestk/rtaudio
[submodule "vendor/asio"]
path = vendor/asio
url = https://github.com/chriskohlhoff/asio
[submodule "vendor/cxxopts"]
path = vendor/cxxopts
url = https://github.com/jarro2783/cxxopts
[submodule "vendor/json"]
path = vendor/json
url = https://github.com/nlohmann/json
[submodule "vendor/termcolor"]
path = vendor/termcolor
url = https://github.com/ikalnytskyi/termcolor
[submodule "vendor/magic_enum"]
path = vendor/magic_enum
url = https://github.com/Neargye/magic_enum
[submodule "vendor/sole"]
path = vendor/sole
url = https://github.com/r-lyeh-archived/sole