mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 19:39:06 +08:00
809c4ead27
* [directxmesh, directxtex, directxtk, directxtk12, uvatlas] updated for October 2022 releases * Updated baseline * UVatlas can use port 0 * Update baseline * Removed extra entry * Moved EXR support for DirectXTex upstream per feedback * Update baseline * Remove no longer used patch. Co-authored-by: walbourn <chuckw_walbourn@yahoo.com> Co-authored-by: Billy O'Neal <bion@microsoft.com>
33 lines
718 B
JSON
33 lines
718 B
JSON
{
|
|
"name": "directxtex",
|
|
"version-date": "2022-10-17",
|
|
"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
|
|
}
|
|
],
|
|
"features": {
|
|
"dx12": {
|
|
"description": "Build with DirectX12 support for Windows 10"
|
|
},
|
|
"openexr": {
|
|
"description": "Enable OpenEXR support",
|
|
"dependencies": [
|
|
"openexr"
|
|
]
|
|
}
|
|
}
|
|
}
|