forked from mariotaku/moonlight-tv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
30 lines (30 loc) · 1.14 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
[submodule "utils"]
path = utils
url = https://github.com/webosbrew/native-dev-utils.git
[submodule "third_party/Nuklear"]
path = third_party/Nuklear
url = https://github.com/Immediate-Mode-UI/Nuklear.git
[submodule "third_party/opus"]
path = third_party/opus
url = https://gitlab.xiph.org/xiph/opus.git
[submodule "core/moonlight-common-c"]
path = core/moonlight-common-c
url = https://github.com/moonlight-stream/moonlight-common-c.git
[submodule "third_party/mdns"]
path = third_party/mdns
url = https://github.com/mjansson/mdns.git
[submodule "third_party/SDL_GameControllerDB"]
path = third_party/SDL_GameControllerDB
url = https://github.com/gabomdq/SDL_GameControllerDB.git
[submodule "third_party/message_queue"]
path = third_party/message_queue
url = https://github.com/LnxPrgr3/message_queue.git
[submodule "third_party/incbin"]
path = third_party/incbin
url = https://github.com/graphitemaster/incbin
[submodule "third_party/mbedtls"]
path = third_party/mbedtls
url = https://github.com/ARMmbed/mbedtls.git
[submodule "system/webos/tv-native-apis"]
path = system/webos/tv-native-apis
url = https://github.com/webosbrew/tv-native-apis.git