mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 15:39:01 +08:00
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
|
||
|
}
|
||
|
]
|
||
|
}
|