mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 22:48:10 +08:00
fbdc88f9d6
* [directxtex] update port with omp feature * Update baseline * Flip feature to no-omp * Update baseline
57 lines
1.3 KiB
JSON
57 lines
1.3 KiB
JSON
{
|
|
"name": "directxtex",
|
|
"version-date": "2023-03-30",
|
|
"port-version": 1,
|
|
"description": "DirectXTex texture processing library",
|
|
"homepage": "https://github.com/Microsoft/DirectXTex",
|
|
"documentation": "https://github.com/microsoft/DirectXTex/wiki",
|
|
"license": "MIT",
|
|
"supports": "windows | linux",
|
|
"dependencies": [
|
|
{
|
|
"name": "directx-headers",
|
|
"platform": "(windows & !xbox) | linux"
|
|
},
|
|
"directxmath",
|
|
{
|
|
"name": "ms-gdkx",
|
|
"platform": "xbox"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"dx11"
|
|
],
|
|
"features": {
|
|
"dx11": {
|
|
"description": "Build with DirectX11 support"
|
|
},
|
|
"dx12": {
|
|
"description": "Build with DirectX12 support for Windows 10/Windows 11"
|
|
},
|
|
"no-omp": {
|
|
"description": "Build without using OpenMP support for the BC6H/BC7 software codec"
|
|
},
|
|
"openexr": {
|
|
"description": "Enable OpenEXR support",
|
|
"dependencies": [
|
|
"openexr"
|
|
]
|
|
},
|
|
"spectre": {
|
|
"description": "Build Spectre-mitigated library"
|
|
},
|
|
"tools": {
|
|
"description": "texture command-line tools",
|
|
"supports": "windows & !uwp & !xbox"
|
|
}
|
|
}
|
|
}
|