aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/directx-headers/vcpkg.json
blob: fcf68564aae7a330e48c949fd6daa2f59500c783 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "directx-headers",
  "version": "1.618.2",
  "description": "Official DirectX 12 Headers",
  "homepage": "https://devblogs.microsoft.com/directx/",
  "documentation": "https://devblogs.microsoft.com/directx/gettingstarted-dx12agility/",
  "license": "MIT",
  "supports": "(windows & !arm32 & !xbox) | linux",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}