blob: 37552864f3ba7267c8ce49b2dbcc515a017950a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[submodule "lua"]
path = lib/lua
url = https://github.com/lua/lua.git
[submodule "lib/libgit2"]
path = lib/libgit2
url = https://github.com/libgit2/libgit2.git
[submodule "lib/openssl"]
path = lib/openssl
url = https://github.com/openssl/openssl.git
[submodule "lib/zlib"]
path = lib/zlib
url = https://github.com/madler/zlib.git
|