mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 03:49:00 +08:00
92b42c4c68
* [directxtk, directxtk12, directxmesh, directxtex, uvatlas] ports updated for June 2021 release * added versions
30 lines
818 B
JSON
30 lines
818 B
JSON
{
|
|
"name": "directxtk",
|
|
"version-string": "jun2021",
|
|
"description": "A collection of helper classes for writing DirectX 11.x code in C++.",
|
|
"homepage": "http://go.microsoft.com/fwlink/?LinkId=248929",
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|