Files
clice/.gitmodules
2024-08-31 00:41:15 +08:00

19 lines
407 B
Plaintext

[submodule "deps/llvm"]
path = deps/llvm
url = https://github.com/llvm/llvm-project.git
branch = main
[submodule "deps/libuv"]
path = deps/libuv
url = https://github.com/libuv/libuv.git
branch = v1.x
[submodule "deps/spdlog"]
path = deps/spdlog
url = https://github.com/gabime/spdlog.git
branch = v1.x
[submodule "deps/toml"]
path = deps/toml
url = https://github.com/marzer/tomlplusplus.git