aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
blob: c171b3a5cdf47270f16abbeeb8f6ce3b9e4092e3 (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
26
[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/microtar"]
	path = lib/microtar
	url = https://github.com/rxi/microtar.git
	shallow = true
[submodule "lib/mbedtls"]
	path = lib/mbedtls
	url = https://github.com/Mbed-TLS/mbedtls.git
	tag = mbedtls-2.28.3
	shallow = true