mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 13:19:23 +08:00
775738e3d1
February 2024 releases of **directxmesh**, **directxtex**, **directxtk**, **directxtk12**, and **uvatlas**. **directxtk** and **directxtk12** now publish pkg-config files.
55 lines
1.2 KiB
JSON
55 lines
1.2 KiB
JSON
{
|
|
"name": "directxtk12",
|
|
"version-date": "2024-02-21",
|
|
"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,
|
|
"platform": "windows & !xbox"
|
|
},
|
|
{
|
|
"name": "directx-headers",
|
|
"platform": "windows & !xbox"
|
|
},
|
|
"directxmath",
|
|
{
|
|
"name": "ms-gdkx",
|
|
"platform": "xbox"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"xaudio2-9"
|
|
],
|
|
"features": {
|
|
"spectre": {
|
|
"description": "Build Spectre-mitigated library"
|
|
},
|
|
"tools": {
|
|
"description": "MakeSpriteFont and xwbtool command-line tools",
|
|
"supports": "windows & !uwp & !xbox & (x64 | arm64)"
|
|
},
|
|
"xaudio2-9": {
|
|
"description": "Build with XAudio 2.9 support for Windows 10/11"
|
|
},
|
|
"xaudio2redist": {
|
|
"description": "Build with XAudio2Redist",
|
|
"dependencies": [
|
|
"xaudio2redist"
|
|
]
|
|
}
|
|
}
|
|
}
|