mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
26 lines
565 B
JSON
26 lines
565 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
|
|
"name": "chatterino",
|
|
"version": "2.0.0",
|
|
"dependencies": [
|
|
"benchmark",
|
|
"boost-asio",
|
|
"boost-signals2",
|
|
"boost-foreach",
|
|
"boost-interprocess",
|
|
"boost-random",
|
|
"boost-variant",
|
|
"boost-circular-buffer",
|
|
"gtest",
|
|
"openssl",
|
|
"qt5-multimedia",
|
|
"qt5-tools"
|
|
],
|
|
"builtin-baseline": "8da5d2b4503b3100b6b7bb26ffeeefd0e8a25799",
|
|
"overrides": [
|
|
{
|
|
"name": "openssl", "version-string": "1.1.1n"
|
|
}
|
|
]
|
|
}
|