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

18 lines
371 B
JSON
Executable file

{
"name": "qhull",
"version": "8.0.2",
"port-version": 3,
"description": "computes the convex hull, Delaunay triangulation, Voronoi diagram",
"homepage": "https://github.com/qhull/qhull",
"license": null,
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}