mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 05:52:04 +08:00
809c4ead27
* [directxmesh, directxtex, directxtk, directxtk12, uvatlas] updated for October 2022 releases * Updated baseline * UVatlas can use port 0 * Update baseline * Removed extra entry * Moved EXR support for DirectXTex upstream per feedback * Update baseline * Remove no longer used patch. Co-authored-by: walbourn <chuckw_walbourn@yahoo.com> Co-authored-by: Billy O'Neal <bion@microsoft.com>
38 lines
944 B
JSON
38 lines
944 B
JSON
{
|
|
"name": "directxtk",
|
|
"version-date": "2022-10-17",
|
|
"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/11"
|
|
},
|
|
"xaudio2redist": {
|
|
"description": "Build with XAudio2Redist support for Windows 7 SP1 or later",
|
|
"dependencies": [
|
|
{
|
|
"name": "xaudio2redist",
|
|
"platform": "!uwp & !arm"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|