aboutsummaryrefslogtreecommitdiff
path: root/ports/directxtex/vcpkg.json
blob: 05b5775c61a770e9030741887be8e29c40167a4a (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": "directxtex",
  "version-string": "sept2021",
  "description": "DirectXTex texture processing library",
  "homepage": "https://github.com/Microsoft/DirectXTex",
  "documentation": "https://github.com/microsoft/DirectXTex/wiki",
  "license": "MIT",
  "supports": "windows | linux",
  "dependencies": [
    "directx-headers",
    "directxmath"
  ],
  "features": {
    "dx12": {
      "description": "Build with DirectX12 support for Windows 10"
    },
    "openexr": {
      "description": "Enable OpenEXR support",
      "dependencies": [
        "openexr"
      ]
    }
  }
}