mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
22 lines
504 B
JSON
22 lines
504 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-foreach",
|
||
|
"boost-interprocess",
|
||
|
"boost-random",
|
||
|
"boost-variant",
|
||
|
"gtest",
|
||
|
"openssl",
|
||
|
"qt5-multimedia",
|
||
|
"qt5-tools"
|
||
|
],
|
||
|
"builtin-baseline": "2ac61f87f69f0484b8044f95ab274038fbaf7bdd",
|
||
|
"overrides": [
|
||
|
{ "name": "openssl", "version-string": "1.1.1n" }
|
||
|
]
|
||
|
}
|