vcpkg/ports/sciplot/vcpkg.json
JonLiu1993 77fe434974
[Sciplot] update to 0.3.1 (#26386)
* [Sciplot] update to 0.3.1

* update version
2022-08-17 09:30:57 -07:00

19 lines
373 B
JSON

{
"name": "sciplot",
"version": "0.3.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
}
]
}