mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
49bdeb3b49
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
49 lines
1 KiB
JSON
49 lines
1 KiB
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
|
"name": "chatterino",
|
|
"version": "2.0.0",
|
|
"builtin-baseline": "01f602195983451bc83e72f4214af2cbc495aa94",
|
|
"dependencies": [
|
|
"boost-asio",
|
|
"boost-circular-buffer",
|
|
"boost-foreach",
|
|
"boost-interprocess",
|
|
"boost-signals2",
|
|
"boost-variant",
|
|
{
|
|
"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"]
|
|
}
|
|
}
|
|
}
|