mirror of
https://github.com/alterware/aw-installer.git
synced 2025-10-28 06:56:58 +00:00
.github
deps
src
.gitignore
.gitmodules
LICENSE
README.md
premake5.lua
14 lines
371 B
Plaintext
14 lines
371 B
Plaintext
[submodule "deps/GSL"]
|
|
path = deps/GSL
|
|
url = https://github.com/microsoft/GSL.git
|
|
[submodule "deps/curl"]
|
|
path = deps/curl
|
|
url = https://github.com/curl/curl.git
|
|
branch = curl-8_5_0
|
|
[submodule "deps/rapidjson"]
|
|
path = deps/rapidjson
|
|
url = https://github.com/Tencent/rapidjson.git
|
|
[submodule "deps/zlib"]
|
|
path = deps/zlib
|
|
url = https://github.com/madler/zlib.git
|