-
-
Notifications
You must be signed in to change notification settings - Fork 120
/
.gitmodules
36 lines (36 loc) · 1.12 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
34
35
36
[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
[submodule "external/linalg"]
path = external/linalg
url = https://github.com/sgorsten/linalg.git