mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-02-16 10:41:01 +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",
|
||||
"version-string": "0.1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "fmt",
|
||||
"version>=": "9.0.0"
|
||||
},
|
||||
{
|
||||
"name": "doctest",
|
||||
"version>=": "2.4.9"
|
||||
},
|
||||
{
|
||||
"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"
|
||||
},
|
||||
"fmt",
|
||||
"doctest",
|
||||
"boost-asio",
|
||||
"boost-variant",
|
||||
"boost-spirit",
|
||||
"boost-uuid",
|
||||
"cpp-httplib",
|
||||
"toml11",
|
||||
"libzip",
|
||||
"rapidjson",
|
||||
"nlohmann-json",
|
||||
"openssl",
|
||||
"sol2"
|
||||
],
|
||||
"builtin-baseline": "19af97cba8ca48474e4ad15a24ed50271a9ecdac"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user