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