mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 01:22:51 +08:00
cc4a86714e
* [directxtk, directxtk12, uvatlas] Port updates for February 2023 releases * Update baseline --------- Co-authored-by: walbourn <chuckw_walbourn@yahoo.com>
46 lines
1017 B
JSON
46 lines
1017 B
JSON
{
|
|
"name": "directxtk12",
|
|
"version-date": "2023-02-06",
|
|
"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
|
|
},
|
|
"directx-headers",
|
|
"directxmath",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"xaudio2-9"
|
|
],
|
|
"features": {
|
|
"spectre": {
|
|
"description": "Build Spectre-mitigated library"
|
|
},
|
|
"xaudio2-9": {
|
|
"description": "Build with XAudio 2.9 support for Windows 10/11"
|
|
},
|
|
"xaudio2redist": {
|
|
"description": "Build with XAudio2Redist",
|
|
"dependencies": [
|
|
{
|
|
"name": "xaudio2redist",
|
|
"platform": "!uwp & !arm"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|