vcpkg/ports/plplot/vcpkg.json

21 lines
530 B
JSON
Raw Normal View History

{
"name": "plplot",
"version-string": "5.13.0",
"port-version": 10,
"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",
"zlib"
],
"features": {
"wxwidgets": {
"description": "plplot wxwidgets module",
"dependencies": [
"wxwidgets"
]
}
}
}