mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:08:59 +08:00
c3802777e8
* [sciplot] Disable examples and docs * version
20 lines
394 B
JSON
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
|
|
}
|
|
]
|
|
}
|