mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 18:29:01 +08:00
cd7f976e99
* add sciplot port * port should also work on all platforms, as long as gnuplot can be installed * add version information to vcpkg * disable uwp in build pipeline and fix version SHA * uwp not supported * fix version sha * Use vcpkg.json and bump version to 0.2.2 * add sciplot version * [sciplot] Remove inaccessible 0.1 port Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
8 lines
200 B
JSON
8 lines
200 B
JSON
{
|
|
"name": "sciplot",
|
|
"version": "0.2.2",
|
|
"description": "A modern c++ scientific plotting library powered by gnuplot",
|
|
"homepage": "https://github.com/sciplot/sciplot",
|
|
"supports": "!uwp"
|
|
}
|