pineapple/externals/vcpkg/ports/plplot/vcpkg.json
2022-07-23 03:01:36 +02:00

28 lines
659 B
JSON
Executable file

{
"name": "plplot",
"version-semver": "5.13.0",
"port-version": 15,
"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",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib"
],
"features": {
"wxwidgets": {
"description": "plplot wxwidgets module",
"dependencies": [
"wxwidgets"
]
}
}
}