vcpkg/ports/sciplot/vcpkg.json
2022-06-22 14:39:11 -07:00

20 lines
394 B
JSON

{
"name": "sciplot",
"version": "0.2.2",
"port-version": 1,
"description": "A modern c++ scientific plotting library powered by gnuplot",
"homepage": "https://github.com/sciplot/sciplot",
"license": "MIT",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}