blob: b83fa2df081f4d57c5355dc55a470dab4b3daa42 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
[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
|