aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/manifold/vcpkg.json
blob: 6c80e68b01cef8b48a49d9f6fd61fbddc48e7f87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "manifold",
  "version": "3.2.1",
  "port-version": 1,
  "description": "Geometry library for topological robustness.",
  "homepage": "https://github.com/elalish/manifold",
  "license": "Apache-2.0",
  "dependencies": [
    "clipper2",
    "tbb",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}