mirror-chatterino2/vcpkg.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

26 lines
549 B
JSON
Raw Permalink Normal View History

{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "chatterino",
"version": "2.0.0",
"builtin-baseline": "43f56137beabcd470ac2650cdf3954761f65b70e",
"dependencies": [
"benchmark",
"boost-asio",
2022-11-09 11:35:48 +01:00
"boost-circular-buffer",
"boost-foreach",
"boost-interprocess",
"boost-random",
2022-11-09 11:35:48 +01:00
"boost-signals2",
"boost-variant",
"gtest",
"openssl",
"qt5-tools"
],
"overrides": [
{
2022-11-09 11:35:48 +01:00
"name": "openssl",
"version-string": "1.1.1n"
}
]
}