aboutsummaryrefslogtreecommitdiff
path: root/ports/directxmesh/vcpkg.json
blob: 834581b20972e88ba453a9245f4ed40e1b2efdb5 (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
25
26
{
  "name": "directxmesh",
  "version-string": "sept2021",
  "description": "DirectXMesh geometry processing library",
  "homepage": "https://github.com/Microsoft/DirectXMesh",
  "documentation": "https://github.com/microsoft/DirectXMesh/wiki",
  "license": "MIT",
  "supports": "windows | linux",
  "dependencies": [
    "directx-headers",
    "directxmath",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "dx12": {
      "description": "Build with DirectX12 support for Windows 10"
    }
  }
}