mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 04:19:00 +08:00
d958c99ca8
* [directxtex] update port for dx11 feature * Update for upstream fix * Update baseline * Uvatlas doesn't need dx11 feature * Update baseline
43 lines
942 B
JSON
43 lines
942 B
JSON
{
|
|
"name": "directxtex",
|
|
"version-date": "2023-01-31",
|
|
"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": [
|
|
"directx-headers",
|
|
"directxmath",
|
|
{
|
|
"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"
|
|
},
|
|
"openexr": {
|
|
"description": "Enable OpenEXR support",
|
|
"dependencies": [
|
|
"openexr"
|
|
]
|
|
},
|
|
"spectre": {
|
|
"description": "Build Spectre-mitigated library"
|
|
}
|
|
}
|
|
}
|