-
-
Notifications
You must be signed in to change notification settings - Fork 117
/
.gitmodules
33 lines (33 loc) · 1.02 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
[submodule "external/rpi_ws281x"]
path = external/rpi_ws281x
url = https://github.com/jgarff/rpi_ws281x
branch = master
[submodule "external/flatbuffers"]
path = external/flatbuffers
url = https://github.com/google/flatbuffers
branch = master
[submodule "external/mbedtls"]
path = external/mbedtls
url = https://github.com/ARMmbed/mbedtls
[submodule "external/qmqtt"]
path = external/qmqtt
url = https://github.com/emqx/qmqtt.git
ignore = dirty
[submodule "external/xz"]
path = external/xz
url = https://github.com/tukaani-project/xz.git
[submodule "external/mdns"]
path = external/mdns
url = https://github.com/mjansson/mdns.git
[submodule "external/lunasvg"]
path = external/lunasvg
url = https://github.com/sammycage/lunasvg.git
[submodule "external/sdbus-cpp"]
path = external/sdbus-cpp
url = https://github.com/Kistler-Group/sdbus-cpp
[submodule "external/nanopb"]
path = external/nanopb
url = https://github.com/nanopb/nanopb.git
[submodule "external/stb"]
path = external/stb
url = https://github.com/nothings/stb.git