Reintroduce gitmodules

This commit is contained in:
Lion Kortlepel 2021-09-17 14:28:45 +02:00
parent fcbb188ee0
commit a07b5062de
No known key found for this signature in database
GPG Key ID: 4322FF2B4C71259B
5 changed files with 15 additions and 8 deletions

19
.gitmodules vendored
View File

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

1
deps/asio vendored Submodule

@ -0,0 +1 @@
Subproject commit d038fb3c2fb56fb91ff1d17b0715cff7887aa09e

1
deps/commandline vendored Submodule

@ -0,0 +1 @@
Subproject commit 4931aa89c1b400732394d8b8523974ed09f427dc

1
deps/rapidjson vendored Submodule

@ -0,0 +1 @@
Subproject commit 00dbcf2c6e03c47d6c399338b6de060c71356464

1
deps/toml11 vendored Submodule

@ -0,0 +1 @@
Subproject commit fda0a2b9abd16e356f777c40a675131821c71b00