vcpkg/ports/jhasse-poly2tri/vcpkg.json
Matthias Kuhn f7c5a7c8fc
[poly2tri] Switch to maintained repo and adjust description (#26301)
* [poly2tri ]Switch to maintained repo and adjust description

* Rename to jhasse-poly2tri

* Also update version and fix header installation.

* Remove double nested headers.

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2024-02-01 12:31:29 -08:00

18 lines
371 B
JSON

{
"name": "jhasse-poly2tri",
"version-date": "2023-12-27",
"description": "Sweep-line algorithm for constrained Delaunay triangulation",
"homepage": "https://github.com/jhasse/poly2tri",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}