1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-14 14:29:26 +08:00
Files
Alas/.gitmodules
2025-08-10 21:47:54 +08:00

23 lines
749 B
Plaintext

[submodule "3rdparty/spdlog"]
url = https://github.com/gabime/spdlog
path = 3rdparty/spdlog
[submodule "3rdparty/cpp-httplib"]
url = https://github.com/yhirose/cpp-httplib
path = 3rdparty/cpp-httplib
[submodule "3rdparty/cryptopp"]
url = https://github.com/weidai11/cryptopp
path = 3rdparty/cryptopp
[submodule "3rdparty/cryptopp-cmake"]
url = https://github.com/abdes/cryptopp-cmake
path = 3rdparty/cryptopp-cmake
[submodule "3rdparty/cxxopts"]
url = https://github.com/jarro2783/cxxopts
path = 3rdparty/cxxopts
[submodule "3rdparty/jsoncpp"]
url = https://github.com/open-source-parsers/jsoncpp
path = 3rdparty/jsoncpp
[submodule "3rdparty/pybind11"]
url = https://github.com/pybind/pybind11
path = 3rdparty/pybind11
branch = v2.13