vcpkg/ports/graphviz/vcpkg.json

41 lines
687 B
JSON
Raw Normal View History

{
"name": "graphviz",
2023-09-19 00:28:07 +08:00
"version-semver": "9.0.0",
"port-version": 2,
"description": "Graph Visualization Tools",
"homepage": "https://graphviz.org/",
"license": "EPL-1.0",
"supports": "!staticcrt",
"dependencies": [
{
"name": "cairo",
"default-features": false
},
"getopt",
2023-09-19 00:28:07 +08:00
"gts",
{
"name": "libgd",
"default-features": false,
"features": [
"fontconfig",
"freetype",
"jpeg",
"png",
"tiff"
]
},
2023-09-19 00:28:07 +08:00
"librsvg",
"libwebp",
"pango",
{
"name": "pkgconf",
"host": true
},
{
"name": "vcpkg-cmake",
"host": true
},
"zlib"
]
}