mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 16:59:07 +08:00
cad7402638
* [directx-dxc] update port for July 2022 release and native ARM64 support * Update baseline * Update directxtk12 port for hotfix * Update baseline * Update directx-dxc.json Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
43 lines
938 B
JSON
43 lines
938 B
JSON
{
|
|
"name": "directxtk12",
|
|
"version-date": "2022-07-19",
|
|
"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": {
|
|
"xaudio2-9": {
|
|
"description": "Build with XAudio 2.9 support for Windows 10/11"
|
|
},
|
|
"xaudio2redist": {
|
|
"description": "Build with XAudio2Redist",
|
|
"dependencies": [
|
|
{
|
|
"name": "xaudio2redist",
|
|
"platform": "!uwp & !arm"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|