vcpkg/ports/sciplot/vcpkg.json
Thomas1664 c3802777e8
[sciplot] Disable examples and docs (#26962)
* [sciplot] Disable examples and docs

* version
2022-09-25 23:57:58 -07: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
}
]
}