mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:13:47 +08:00
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "directxtk",
|
|
"version-date": "2024-06-04",
|
|
"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 & !xbox",
|
|
"dependencies": [
|
|
"directxmath",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"spectre": {
|
|
"description": "Build Spectre-mitigated library"
|
|
},
|
|
"tools": {
|
|
"description": "MakeSpriteFont and xwbtool command-line tools",
|
|
"supports": "windows & !uwp & !xbox"
|
|
},
|
|
"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/11"
|
|
},
|
|
"xaudio2redist": {
|
|
"description": "Build with XAudio2Redist support for Windows 7 SP1 or later",
|
|
"dependencies": [
|
|
"xaudio2redist"
|
|
]
|
|
}
|
|
}
|
|
}
|