vcpkg/ports/graphviz/vcpkg.json
Kai Pastor ce4fb05591
[graphviz] Update to 7.0.0 (#27471)
* Update to 7.0.0

* Update versions
2022-11-09 09:37:41 -08:00

37 lines
625 B
JSON

{
"name": "graphviz",
"version-semver": "7.0.0",
"description": "Graph Visualization Tools",
"homepage": "https://graphviz.org/",
"license": "EPL-1.0",
"supports": "!staticcrt",
"dependencies": [
{
"name": "cairo",
"default-features": false
},
"getopt",
{
"name": "libgd",
"default-features": false,
"features": [
"fontconfig",
"freetype",
"jpeg",
"png",
"tiff"
]
},
"pango",
{
"name": "pkgconf",
"host": true
},
{
"name": "vcpkg-cmake",
"host": true
},
"zlib"
]
}