mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:00:19 +08:00
41 lines
706 B
JSON
41 lines
706 B
JSON
{
|
|
"name": "jkqtplotter",
|
|
"version-date": "2023-10-24",
|
|
"port-version": 1,
|
|
"description": "A Qt Plotting Library",
|
|
"license": null,
|
|
"dependencies": [
|
|
"cimg",
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false,
|
|
"features": [
|
|
"gui",
|
|
"jpeg",
|
|
"opengl",
|
|
"png",
|
|
"widgets"
|
|
]
|
|
},
|
|
"qtsvg",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true,
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true,
|
|
"default-features": false
|
|
}
|
|
],
|
|
"features": {
|
|
"examples": {
|
|
"description": "Build examples"
|
|
},
|
|
"tools": {
|
|
"description": "Build tools"
|
|
}
|
|
}
|
|
}
|