vcpkg/ports/directxtk/vcpkg.json
Chuck Walbourn 0b57cc72ac
[directxmesh, directxtex, directxtk(12), uvatlas] April 2023 updates (#31196)
* [directxmesh, directxtex, directxtk(12), uvatalas] Update ports for April 2023 releases

* directxtex port updated upstream with better OpenMP support fix

* OpenMP hotfix for UVAtlas

* Update baseline

* Forgot to update the CMake config file for OpenMP

* CMake fixes made upstream

* Update baseline
2023-05-01 15:25:18 -07:00

45 lines
1.1 KiB
JSON

{
"name": "directxtk",
"version-date": "2023-04-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 & !xbox",
"dependencies": [
"directxmath",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"spectre": {
"description": "Build Spectre-mitigated library"
},
"tools": {
"description": "MakeSpriteFont and xwbtool command-line tools",
"supports": "windows & !uwp & !xbox"
},
"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/11"
},
"xaudio2redist": {
"description": "Build with XAudio2Redist support for Windows 7 SP1 or later",
"dependencies": [
{
"name": "xaudio2redist",
"platform": "!uwp & !arm"
}
]
}
}
}