vcpkg/ports/directxtk/vcpkg.json
Chuck Walbourn ac392a1ed0
[directxmath, directxtex, directxmesh, directxtk, directxtk12, uvatlas] ports updated (#23332)
* [directxmath, directxmesh, directxtex, directxtk, directxtk12, uvatlas] ports updated to February 2022 release

* Update baseline

* Updated directxmath to use non-deprecated functions

* Refresh baseline

* Updated for master-to-main rename

* Refresh baseline

* Remove en-us specific doc link

* Refresh version baseline
2022-03-02 14:58:20 -08:00

38 lines
941 B
JSON

{
"name": "directxtk",
"version-date": "2022-02-28",
"description": "A collection of helper classes for writing DirectX 11.x code in C++.",
"homepage": "https://github.com/Microsoft/DirectXTK",
"documentation": "https://github.com/microsoft/DirectXTK/wiki",
"license": "MIT",
"supports": "windows",
"dependencies": [
"directxmath",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"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"
}
]
}
}
}