update submodules

This commit is contained in:
Lion Kortlepel 2021-09-17 13:36:16 +02:00
parent 1d3958817f
commit 7db345cfbc
No known key found for this signature in database
GPG Key ID: 4322FF2B4C71259B
3 changed files with 13 additions and 16 deletions

27
.gitmodules vendored
View File

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

1
deps/toml11 vendored

@ -1 +0,0 @@
Subproject commit 647381020ef04b5d41d540ec489eba45e82d90a7

@ -1 +0,0 @@
Subproject commit 647381020ef04b5d41d540ec489eba45e82d90a7