mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-03 06:16:04 +00:00
fix vcpkg.json to not include a baseline commit
This commit is contained in:
40
vcpkg.json
40
vcpkg.json
@@ -2,40 +2,18 @@
|
|||||||
"name": "server",
|
"name": "server",
|
||||||
"version-string": "0.1.0",
|
"version-string": "0.1.0",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
{
|
"fmt",
|
||||||
"name": "fmt",
|
"doctest",
|
||||||
"version>=": "9.0.0"
|
"boost-asio",
|
||||||
},
|
"boost-variant",
|
||||||
{
|
"boost-spirit",
|
||||||
"name": "doctest",
|
"boost-uuid",
|
||||||
"version>=": "2.4.9"
|
"cpp-httplib",
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "boost-asio",
|
|
||||||
"version>=": "1.80.0"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "boost-variant",
|
|
||||||
"version>=": "1.80.0"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "boost-spirit",
|
|
||||||
"version>=": "1.80.0"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "boost-uuid",
|
|
||||||
"version>=": "1.80.0"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "cpp-httplib",
|
|
||||||
"version>=": "0.12.2"
|
|
||||||
},
|
|
||||||
"toml11",
|
"toml11",
|
||||||
"libzip",
|
"libzip",
|
||||||
"rapidjson",
|
"rapidjson",
|
||||||
"nlohmann-json",
|
"nlohmann-json",
|
||||||
"openssl",
|
"openssl",
|
||||||
"sol2"
|
"sol2"
|
||||||
],
|
]
|
||||||
"builtin-baseline": "19af97cba8ca48474e4ad15a24ed50271a9ecdac"
|
}
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user