2021-06-11 10:02:03 -07:00
|
|
|
{
|
|
|
|
"name": "directxtex",
|
2024-06-07 02:18:05 -07:00
|
|
|
"version-date": "2024-06-04",
|
2021-06-11 10:02:03 -07:00
|
|
|
"description": "DirectXTex texture processing library",
|
2021-08-26 15:37:42 -07:00
|
|
|
"homepage": "https://github.com/Microsoft/DirectXTex",
|
2021-06-11 10:02:03 -07:00
|
|
|
"documentation": "https://github.com/microsoft/DirectXTex/wiki",
|
|
|
|
"license": "MIT",
|
|
|
|
"supports": "windows | linux",
|
|
|
|
"dependencies": [
|
2023-03-08 14:06:20 -08:00
|
|
|
{
|
|
|
|
"name": "directx-headers",
|
[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-21 22:39:47 -07:00
|
|
|
"platform": "mingw | linux"
|
2023-03-08 14:06:20 -08:00
|
|
|
},
|
2021-10-15 19:34:23 -07:00
|
|
|
"directxmath",
|
2023-03-08 14:06:20 -08:00
|
|
|
{
|
|
|
|
"name": "ms-gdkx",
|
|
|
|
"platform": "xbox"
|
|
|
|
},
|
2021-10-15 19:34:23 -07:00
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2021-06-11 10:02:03 -07:00
|
|
|
],
|
2023-02-13 08:38:42 -08:00
|
|
|
"default-features": [
|
|
|
|
"dx11"
|
|
|
|
],
|
2021-06-11 10:02:03 -07:00
|
|
|
"features": {
|
2023-02-13 08:38:42 -08:00
|
|
|
"dx11": {
|
|
|
|
"description": "Build with DirectX11 support"
|
|
|
|
},
|
2021-06-11 10:02:03 -07:00
|
|
|
"dx12": {
|
[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-21 22:39:47 -07:00
|
|
|
"description": "Build with DirectX12 support for Windows 10/Windows 11",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "directx-headers",
|
|
|
|
"platform": "windows & !xbox"
|
|
|
|
}
|
|
|
|
]
|
2021-06-11 10:02:03 -07:00
|
|
|
},
|
2024-03-11 20:16:53 -07:00
|
|
|
"jpeg": {
|
|
|
|
"description": "Add the JPEG auxiliary functions",
|
|
|
|
"supports": "linux",
|
|
|
|
"dependencies": [
|
|
|
|
"libjpeg-turbo"
|
|
|
|
]
|
|
|
|
},
|
2021-06-11 10:02:03 -07:00
|
|
|
"openexr": {
|
|
|
|
"description": "Enable OpenEXR support",
|
|
|
|
"dependencies": [
|
|
|
|
"openexr"
|
|
|
|
]
|
2023-01-04 14:44:07 -08:00
|
|
|
},
|
2024-03-11 20:16:53 -07:00
|
|
|
"png": {
|
|
|
|
"description": "Add the PNG auxiliary functions",
|
|
|
|
"supports": "linux",
|
|
|
|
"dependencies": [
|
|
|
|
"libpng"
|
|
|
|
]
|
|
|
|
},
|
2023-01-04 14:44:07 -08:00
|
|
|
"spectre": {
|
|
|
|
"description": "Build Spectre-mitigated library"
|
2023-04-05 16:30:02 -07:00
|
|
|
},
|
|
|
|
"tools": {
|
|
|
|
"description": "texture command-line tools",
|
|
|
|
"supports": "windows & !uwp & !xbox"
|
2024-03-11 20:16:53 -07:00
|
|
|
},
|
|
|
|
"xbox": {
|
|
|
|
"description": "Adds Xbox specific extensions to the library",
|
|
|
|
"supports": "windows & x64 & !uwp & !xbox",
|
|
|
|
"dependencies": [
|
|
|
|
"ms-gdkx"
|
|
|
|
]
|
2021-06-11 10:02:03 -07:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|