aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/directxsdk/vcpkg.json
blob: 4591dc653b26905c158879ee53c1099a6f95615e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "directxsdk",
  "version-string": "jun10",
  "port-version": 8,
  "description": "Legacy DirectX SDK",
  "homepage": "https://docs.microsoft.com/en-us/windows/win32/directx-sdk--august-2009-",
  "license": null,
  "supports": "windows & !uwp & !xbox & !arm",
  "features": {
    "xaudio2-7": {
      "description": "Include headers/libs for legacy XAudio 2.7 (prefer use of XAudio2Redist)"
    },
    "xinput1-3": {
      "description": "Include headers for legacy XInput 1.3 (prefer use of XInput 9.1.0 or 1.4)"
    },
    "xp": {
      "description": "Include headers/libs needed for Windows 7.1A targeting Windows XP / Server 2003"
    }
  }
}