mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:09:00 +08:00
f7c5a7c8fc
* [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>
18 lines
371 B
JSON
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
|
|
}
|
|
]
|
|
}
|