mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 22:39:13 +08:00
19 lines
307 B
JSON
19 lines
307 B
JSON
|
{
|
||
|
"name": "graphviz",
|
||
|
"version-semver": "2.49.1",
|
||
|
"description": "Graph Visualization Tools",
|
||
|
"homepage": "https://graphviz.org/",
|
||
|
"dependencies": [
|
||
|
"cairo",
|
||
|
"getopt",
|
||
|
"libffi",
|
||
|
"libgd",
|
||
|
"pango",
|
||
|
"pkgconf",
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|