2021-06-12 01:02:03 +08:00
|
|
|
{
|
|
|
|
"name": "directxtk12",
|
[directxmesh, directxtex, directxtk, uvatlas, dxut, effects11] June 2023 update (#32033)
* [directxmesh, directxtex, directxtk, uvatlas, dxut, effects11] Update for June 13, 2023 release
* Minor format fix
* Update baseline
* Upstream fixes to CMake targets dependency handling
* Update baseline
2023-06-22 13:39:47 +08:00
|
|
|
"version-date": "2023-06-13",
|
2021-06-12 01:02:03 +08:00
|
|
|
"description": "A collection of helper classes for writing DirectX 12 code in C++.",
|
2021-08-27 06:37:42 +08:00
|
|
|
"homepage": "https://github.com/Microsoft/DirectXTK12",
|
2021-06-12 01:02:03 +08:00
|
|
|
"documentation": "https://github.com/microsoft/DirectXTK12/wiki",
|
|
|
|
"license": "MIT",
|
|
|
|
"supports": "windows",
|
|
|
|
"dependencies": [
|
2022-06-23 03:22:14 +08:00
|
|
|
{
|
|
|
|
"name": "directx-dxc",
|
2023-03-09 06:06:20 +08:00
|
|
|
"host": true,
|
|
|
|
"platform": "windows & !xbox"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "directx-headers",
|
|
|
|
"platform": "windows & !xbox"
|
2022-06-23 03:22:14 +08:00
|
|
|
},
|
2021-10-16 10:34:23 +08:00
|
|
|
"directxmath",
|
2023-03-09 06:06:20 +08:00
|
|
|
{
|
|
|
|
"name": "ms-gdkx",
|
|
|
|
"platform": "xbox"
|
|
|
|
},
|
2021-10-16 10:34:23 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2022-05-12 07:47:49 +08:00
|
|
|
],
|
|
|
|
"default-features": [
|
|
|
|
"xaudio2-9"
|
|
|
|
],
|
|
|
|
"features": {
|
2023-01-05 06:44:07 +08:00
|
|
|
"spectre": {
|
|
|
|
"description": "Build Spectre-mitigated library"
|
|
|
|
},
|
2023-04-06 07:30:02 +08:00
|
|
|
"tools": {
|
|
|
|
"description": "MakeSpriteFont and xwbtool command-line tools",
|
|
|
|
"supports": "windows & !uwp & !xbox & (x64 | arm64)"
|
|
|
|
},
|
2022-05-12 07:47:49 +08:00
|
|
|
"xaudio2-9": {
|
|
|
|
"description": "Build with XAudio 2.9 support for Windows 10/11"
|
|
|
|
},
|
|
|
|
"xaudio2redist": {
|
|
|
|
"description": "Build with XAudio2Redist",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "xaudio2redist",
|
[directxmesh, directxtex, directxtk, uvatlas, dxut, effects11] June 2023 update (#32033)
* [directxmesh, directxtex, directxtk, uvatlas, dxut, effects11] Update for June 13, 2023 release
* Minor format fix
* Update baseline
* Upstream fixes to CMake targets dependency handling
* Update baseline
2023-06-22 13:39:47 +08:00
|
|
|
"platform": "!uwp & !arm & !xbox"
|
2022-05-12 07:47:49 +08:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2021-06-12 01:02:03 +08:00
|
|
|
}
|