vcpkg/ports/directxtex/vcpkg.json
Chuck Walbourn 339d01f19c
[directxtk, directxtk12, directxtex, directxmesh, uvatlas] ports updated for September 2021 release (#20457)
* Update for September 2021 GitHub releases

* Update directx tool kit ports

* Update versions

* Convert directxmesh and uvatlas to vcpkg-cmake

* Refresh version hash
2021-10-01 17:03:20 -07:00

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"
]
}
}
}