blob: 0e514dacd7f6009666241a36ec4406644fd32da0 (
plain)
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
|
[submodule "lua"]
path = lib/lua
url = https://github.com/lua/lua.git
shallow = true
[submodule "lib/libgit2"]
path = lib/libgit2
url = https://github.com/libgit2/libgit2.git
branch = main
shallow = true
[submodule "lib/zlib"]
path = lib/zlib
url = https://github.com/madler/zlib.git
shallow = true
[submodule "lib/libzip"]
path = lib/libzip
url = https://github.com/nih-at/libzip.git
shallow = true
[submodule "lib/mbedtls"]
path = lib/mbedtls
url = https://github.com/Mbed-TLS/mbedtls.git
tag = mbedtls-2.28.3
shallow = true
[submodule "lib/cJSON"]
path = lib/cJSON
url = https://github.com/DaveGamble/cJSON
|