mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 05:39:40 +08:00
19 lines
404 B
JSON
19 lines
404 B
JSON
{
|
|
"name": "qcustomplot",
|
|
"version": "2.1.1",
|
|
"description": "QCustomPlot is a Qt C++ widget for plotting and data visualization.",
|
|
"homepage": "https://www.qcustomplot.com/",
|
|
"license": "GPL-3.0-or-later",
|
|
"dependencies": [
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "vcpkg-qmake",
|
|
"host": true,
|
|
"default-features": false
|
|
}
|
|
]
|
|
}
|