chore: update vcpkg baseline (#4126)
This commit is contained in:
+5
-4
@@ -2,24 +2,25 @@
|
|||||||
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
|
||||||
"name": "chatterino",
|
"name": "chatterino",
|
||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
|
"builtin-baseline": "5ba2b95aea2a39aa89444949c7a047af38c401c1",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"benchmark",
|
"benchmark",
|
||||||
"boost-asio",
|
"boost-asio",
|
||||||
"boost-signals2",
|
"boost-circular-buffer",
|
||||||
"boost-foreach",
|
"boost-foreach",
|
||||||
"boost-interprocess",
|
"boost-interprocess",
|
||||||
"boost-random",
|
"boost-random",
|
||||||
|
"boost-signals2",
|
||||||
"boost-variant",
|
"boost-variant",
|
||||||
"boost-circular-buffer",
|
|
||||||
"gtest",
|
"gtest",
|
||||||
"openssl",
|
"openssl",
|
||||||
"qt5-multimedia",
|
"qt5-multimedia",
|
||||||
"qt5-tools"
|
"qt5-tools"
|
||||||
],
|
],
|
||||||
"builtin-baseline": "8da5d2b4503b3100b6b7bb26ffeeefd0e8a25799",
|
|
||||||
"overrides": [
|
"overrides": [
|
||||||
{
|
{
|
||||||
"name": "openssl", "version-string": "1.1.1n"
|
"name": "openssl",
|
||||||
|
"version-string": "1.1.1n"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user