BeamMP-Server/.gitmodules
Lion Kortlepel a23946dddf
switch to toml11
it's better, believe me
2021-08-02 14:01:00 +02:00

16 lines
492 B
Plaintext

[submodule "include/commandline"]
path = include/commandline
url = https://github.com/lionkor/commandline
[submodule "socket.io-client-cpp"]
path = socket.io-client-cpp
url = https://github.com/socketio/socket.io-client-cpp
[submodule "asio"]
path = asio
url = https://github.com/chriskohlhoff/asio
[submodule "rapidjson"]
path = rapidjson
url = https://github.com/Tencent/rapidjson
[submodule "include/toml11"]
path = include/toml11
url = https://github.com/ToruNiina/toml11