mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 20:38:59 +08:00
fefb2c12b6
* DirectXTex port updated * DirectX Tool Kit updated for August 2021 release * Update baseline * Remove build of MakeSpriteFont * Update baseline * Added 4.7.2 .NET TargetingPack * Back out adding .NET targeting pack, forked out as https://github.com/microsoft/vcpkg/pull/19764 Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
30 lines
811 B
JSON
30 lines
811 B
JSON
{
|
|
"name": "directxtk",
|
|
"version-string": "aug2021",
|
|
"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"
|
|
],
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|