vcpkg/ports/ogdf/vcpkg.json
2022-10-31 13:25:38 -07:00

19 lines
342 B
JSON

{
"name": "ogdf",
"version-date": "2022-06-30",
"description": "Open Graph Drawing Framework",
"homepage": "https://github.com/ogdf/ogdf",
"license": null,
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}