vcpkg/ports/directxtk12/vcpkg.json
Chuck Walbourn f4c03ce4a8
[directxmesh, directxtex, directxtk(12), uvatlas] update ports for March 2023 releases (#30685)
* [directxmesh, directxtex, directxtk, uvatlas] update port for March 2023 releases

* vcpkg reformat

* Update baseline

* Code review feedback

* Refresh baseline
2023-04-05 16:30:02 -07:00

58 lines
1.3 KiB
JSON

{
"name": "directxtk12",
"version-date": "2023-03-30",
"description": "A collection of helper classes for writing DirectX 12 code in C++.",
"homepage": "https://github.com/Microsoft/DirectXTK12",
"documentation": "https://github.com/microsoft/DirectXTK12/wiki",
"license": "MIT",
"supports": "windows",
"dependencies": [
{
"name": "directx-dxc",
"host": true,
"platform": "windows & !xbox"
},
{
"name": "directx-headers",
"platform": "windows & !xbox"
},
"directxmath",
{
"name": "ms-gdkx",
"platform": "xbox"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"default-features": [
"xaudio2-9"
],
"features": {
"spectre": {
"description": "Build Spectre-mitigated library"
},
"tools": {
"description": "MakeSpriteFont and xwbtool command-line tools",
"supports": "windows & !uwp & !xbox & (x64 | arm64)"
},
"xaudio2-9": {
"description": "Build with XAudio 2.9 support for Windows 10/11"
},
"xaudio2redist": {
"description": "Build with XAudio2Redist",
"dependencies": [
{
"name": "xaudio2redist",
"platform": "!uwp & !arm"
}
]
}
}
}