mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:28:59 +08:00
25 lines
501 B
JSON
25 lines
501 B
JSON
{
|
|
"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."
|
|
}
|
|
}
|
|
}
|