Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

20 lines
394 B
JSON

{
"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",
"license": "MIT",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}