blob: a4eaefac2c8fe43102c2c1d6c8d4dd80822a6e4a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
{
"name": "triangle",
"version": "1.6",
"port-version": 4,
"description": "A Two-Dimensional Quality Mesh Generator and Delaunay Triangulator.",
"homepage": "http://www.cs.cmu.edu/~quake/triangle.html",
"license": null,
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"tool": {
"description": "Build the command line tool."
}
}
}
|