19 lines
399 B
JSON
19 lines
399 B
JSON
{
|
|
"name": "jhasse-poly2tri",
|
|
"version-date": "2023-12-27",
|
|
"port-version": 2,
|
|
"description": "Sweep-line algorithm for constrained Delaunay triangulation",
|
|
"homepage": "https://github.com/jhasse/poly2tri",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|