mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:38:59 +08:00
ac392a1ed0
* [directxmath, directxmesh, directxtex, directxtk, directxtk12, uvatlas] ports updated to February 2022 release * Update baseline * Updated directxmath to use non-deprecated functions * Refresh baseline * Updated for master-to-main rename * Refresh baseline * Remove en-us specific doc link * Refresh version baseline
38 lines
941 B
JSON
38 lines
941 B
JSON
{
|
|
"name": "directxtk",
|
|
"version-date": "2022-02-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",
|
|
"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"
|
|
},
|
|
"xaudio2redist": {
|
|
"description": "Build with XAudio2Redist support for Windows 7 SP1 or later",
|
|
"dependencies": [
|
|
{
|
|
"name": "xaudio2redist",
|
|
"platform": "!uwp & !arm"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|