mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-02-16 02:30:54 +00:00
Merge remote-tracking branch 'origin/new-lua-features' into rewrite-lua
This is the first of a few commits to merge the new lua features and the rewrite
This commit is contained in:
15
.gitmodules
vendored
15
.gitmodules
vendored
@@ -1,18 +1,19 @@
|
||||
[submodule "include/commandline"]
|
||||
path = deps/commandline
|
||||
path = include/commandline
|
||||
url = https://github.com/lionkor/commandline
|
||||
[submodule "socket.io-client-cpp"]
|
||||
path = deps/socket.io-client-cpp
|
||||
url = https://github.com/socketio/socket.io-client-cpp
|
||||
[submodule "asio"]
|
||||
path = deps/asio
|
||||
path = asio
|
||||
url = https://github.com/chriskohlhoff/asio
|
||||
[submodule "rapidjson"]
|
||||
path = deps/rapidjson
|
||||
path = 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
|
||||
path = deps/toml11
|
||||
url = https://github.com/ToruNiina/toml11
|
||||
[submodule "deps/sol2"]
|
||||
path = deps/sol2
|
||||
url = https://github.com/ThePhD/sol2
|
||||
url = https://github.com/getsentry/sentry-native
|
||||
Reference in New Issue
Block a user