vcpkg/ports/sciplot/vcpkg.json

20 lines
394 B
JSON
Raw Normal View History

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