mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 20:49:00 +08:00
77fe434974
* [Sciplot] update to 0.3.1 * update version
19 lines
373 B
JSON
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
|
|
}
|
|
]
|
|
}
|