blob: 9f578cd9e83b52200286401ad1c1d2ca38324c86 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[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
branch = main
[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
|