mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:59:07 +08:00
339d01f19c
* Update for September 2021 GitHub releases * Update directx tool kit ports * Update versions * Convert directxmesh and uvatlas to vcpkg-cmake * Refresh version hash
25 lines
589 B
JSON
25 lines
589 B
JSON
{
|
|
"name": "directxtex",
|
|
"version-string": "sept2021",
|
|
"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"
|
|
],
|
|
"features": {
|
|
"dx12": {
|
|
"description": "Build with DirectX12 support for Windows 10"
|
|
},
|
|
"openexr": {
|
|
"description": "Enable OpenEXR support",
|
|
"dependencies": [
|
|
"openexr"
|
|
]
|
|
}
|
|
}
|
|
}
|