47 lines
990 B
JSON
47 lines
990 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
|
"name": "chatterino",
|
|
"version": "2.0.0",
|
|
"builtin-baseline": "dd3097e305afa53f7b4312371f62058d2e665320",
|
|
"dependencies": [
|
|
"boost-asio",
|
|
"boost-beast",
|
|
"boost-circular-buffer",
|
|
"boost-date-time",
|
|
"boost-foreach",
|
|
"boost-interprocess",
|
|
"boost-json",
|
|
"boost-signals2",
|
|
"boost-variant",
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false,
|
|
"features": [
|
|
"concurrent",
|
|
"gui",
|
|
"jpeg",
|
|
"network",
|
|
"openssl",
|
|
"png",
|
|
"widgets"
|
|
]
|
|
},
|
|
{
|
|
"name": "qtimageformats",
|
|
"default-features": false,
|
|
"features": ["webp"]
|
|
},
|
|
"qtsvg"
|
|
],
|
|
"features": {
|
|
"benchmarks": {
|
|
"description": "Build benchamarks",
|
|
"dependencies": ["benchmark"]
|
|
},
|
|
"tests": {
|
|
"description": "Build tests",
|
|
"dependencies": ["gtest"]
|
|
}
|
|
}
|
|
}
|