vcpkg/ports/directxtex/vcpkg.json
Chuck Walbourn 92b42c4c68
[directxtk, directxtk12, directxmesh, directxtex, uvatlas] ports updated for June 2021 releases (#18366)
* [directxtk, directxtk12, directxmesh, directxtex, uvatlas] ports updated for June 2021 release

* added versions
2021-06-11 10:02:03 -07:00

25 lines
594 B
JSON

{
"name": "directxtex",
"version-string": "jun2021",
"description": "DirectXTex texture processing library",
"homepage": "http://go.microsoft.com/fwlink/?LinkId=248926",
"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"
]
}
}
}