2021-06-12 01:02:03 +08:00
|
|
|
{
|
|
|
|
"name": "directxtk",
|
2021-11-23 07:45:39 +08:00
|
|
|
"version-date": "2021-11-08",
|
2022-01-26 02:31:15 +08:00
|
|
|
"port-version": 1,
|
2021-06-12 01:02:03 +08:00
|
|
|
"description": "A collection of helper classes for writing DirectX 11.x code in C++.",
|
2021-08-27 06:37:42 +08:00
|
|
|
"homepage": "https://github.com/Microsoft/DirectXTK",
|
2021-06-12 01:02:03 +08:00
|
|
|
"documentation": "https://github.com/microsoft/DirectXTK/wiki",
|
|
|
|
"license": "MIT",
|
|
|
|
"supports": "windows",
|
|
|
|
"dependencies": [
|
2021-10-16 10:34:23 +08:00
|
|
|
"directxmath",
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2021-06-12 01:02:03 +08:00
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"xaudio2-8": {
|
|
|
|
"description": "Build with XAudio 2.8 support for Windows 8.x or later"
|
|
|
|
},
|
|
|
|
"xaudio2-9": {
|
|
|
|
"description": "Build with XAudio 2.9 support for Windows 10"
|
|
|
|
},
|
|
|
|
"xaudio2redist": {
|
|
|
|
"description": "Build with XAudio2Redist support for Windows 7 SP1 or later",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "xaudio2redist",
|
|
|
|
"platform": "!uwp & !arm"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|