2021-06-11 10:02:03 -07:00
|
|
|
{
|
|
|
|
"name": "directxtk12",
|
2023-02-09 10:59:56 -08:00
|
|
|
"version-date": "2023-02-06",
|
2021-06-11 10:02:03 -07:00
|
|
|
"description": "A collection of helper classes for writing DirectX 12 code in C++.",
|
2021-08-26 15:37:42 -07:00
|
|
|
"homepage": "https://github.com/Microsoft/DirectXTK12",
|
2021-06-11 10:02:03 -07:00
|
|
|
"documentation": "https://github.com/microsoft/DirectXTK12/wiki",
|
|
|
|
"license": "MIT",
|
|
|
|
"supports": "windows",
|
|
|
|
"dependencies": [
|
2022-06-22 12:22:14 -07:00
|
|
|
{
|
|
|
|
"name": "directx-dxc",
|
|
|
|
"host": true
|
|
|
|
},
|
2021-06-11 10:02:03 -07:00
|
|
|
"directx-headers",
|
2021-10-15 19:34:23 -07:00
|
|
|
"directxmath",
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2022-05-11 16:47:49 -07:00
|
|
|
],
|
|
|
|
"default-features": [
|
|
|
|
"xaudio2-9"
|
|
|
|
],
|
|
|
|
"features": {
|
2023-01-04 14:44:07 -08:00
|
|
|
"spectre": {
|
|
|
|
"description": "Build Spectre-mitigated library"
|
|
|
|
},
|
2022-05-11 16:47:49 -07:00
|
|
|
"xaudio2-9": {
|
|
|
|
"description": "Build with XAudio 2.9 support for Windows 10/11"
|
|
|
|
},
|
|
|
|
"xaudio2redist": {
|
|
|
|
"description": "Build with XAudio2Redist",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "xaudio2redist",
|
|
|
|
"platform": "!uwp & !arm"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2021-06-11 10:02:03 -07:00
|
|
|
}
|