aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/directx12-agility/vcpkg.json
blob: acd0ebc7acefaaab7edf0c021bd314dfe60bc720 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "directx12-agility",
  "version": "1.618.3",
  "description": "DirectX 12 Agility SDK",
  "homepage": "https://aka.ms/directx12agility",
  "documentation": "https://devblogs.microsoft.com/directx/gettingstarted-dx12agility/",
  "license": null,
  "supports": "windows & !uwp & !xbox & !arm32",
  "dependencies": [
    "directx-headers",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}