2022-05-15 17:57:31 +02:00
|
|
|
{
|
2023-01-30 20:48:05 +01:00
|
|
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
2022-05-15 17:57:31 +02:00
|
|
|
"name": "chatterino",
|
|
|
|
"version": "2.0.0",
|
2024-05-25 19:17:37 +02:00
|
|
|
"builtin-baseline": "01f602195983451bc83e72f4214af2cbc495aa94",
|
2022-05-15 17:57:31 +02:00
|
|
|
"dependencies": [
|
|
|
|
"boost-asio",
|
2022-11-09 11:35:48 +01:00
|
|
|
"boost-circular-buffer",
|
2022-05-15 17:57:31 +02:00
|
|
|
"boost-foreach",
|
|
|
|
"boost-interprocess",
|
2022-11-09 11:35:48 +01:00
|
|
|
"boost-signals2",
|
2022-05-15 17:57:31 +02:00
|
|
|
"boost-variant",
|
2022-05-21 17:38:10 +02:00
|
|
|
{
|
2023-10-07 11:09:58 +02:00
|
|
|
"name": "qt5compat",
|
|
|
|
"default-features": false,
|
|
|
|
"features": ["textcodec"]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"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"]
|
2022-05-21 17:38:10 +02:00
|
|
|
}
|
2023-10-07 11:09:58 +02:00
|
|
|
}
|
2022-05-15 17:57:31 +02:00
|
|
|
}
|