aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/jhasse-poly2tri/vcpkg.json
blob: ac719359fe30f09f6d66d56edacfb1a018287094 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "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
    }
  ]
}