vcpkg/ports/plplot/vcpkg.json

29 lines
659 B
JSON
Raw Normal View History

{
"name": "plplot",
2021-11-13 08:40:14 +08:00
"version-semver": "5.13.0",
"port-version": 13,
"description": "PLplot is a cross-platform software package for creating scientific plots whose (UTF-8) plot symbols and text are limited in practice only by what Unicode-aware system fonts are installed on a user's computer.",
"dependencies": [
"bzip2",
"freetype",
"libpng",
2021-11-13 08:40:14 +08:00
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib"
],
"features": {
"wxwidgets": {
"description": "plplot wxwidgets module",
"dependencies": [
"wxwidgets"
]
}
}
}