update submodules

This commit is contained in:
Lion Kortlepel
2021-09-17 13:36:16 +02:00
parent 1d3958817f
commit 7db345cfbc
3 changed files with 13 additions and 16 deletions

27
.gitmodules vendored
View File

@@ -1,19 +1,18 @@
[submodule "include/commandline"]
path = include/commandline
[submodule "deps/commandline"]
path = deps/commandline
url = https://github.com/lionkor/commandline
[submodule "asio"]
path = asio
[submodule "deps/asio"]
path = deps/asio
url = https://github.com/chriskohlhoff/asio
[submodule "rapidjson"]
path = rapidjson
[submodule "deps/rapidjson"]
path = deps/rapidjson
url = https://github.com/Tencent/rapidjson
[submodule "include/toml11"]
path = include/toml11
url = https://github.com/ToruNiina/toml11
[submodule "include/sentry-native"]
path = include/sentry-native
[submodule "deps/toml11"]
path = deps/toml11
url = https://github.com/ToruNiina/toml11
url = https://github.com/ToruNiina/toml11
[submodule "deps/sentry-native"]
path = deps/sentry-native
url = https://github.com/getsentry/sentry-native
[submodule "deps/sol2"]
path = deps/sol2
url = https://github.com/getsentry/sentry-native
path = deps/sol2
url = https://github.com/ThePhD/sol2