mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-17 13:58:13 +08:00
aa45329eb6
* [directxmesh, directxtex, directxtk, uvatlas] update ports for December 2022 releases * [directxtk12] fixed spectre feature * Update baseline * Upstream fixes for WSL * Update baseline Co-authored-by: walbourn <chuckw_walbourn@yahoo.com>
36 lines
797 B
JSON
36 lines
797 B
JSON
{
|
|
"name": "directxtex",
|
|
"version-date": "2022-12-15",
|
|
"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"
|
|
]
|
|
},
|
|
"spectre": {
|
|
"description": "Build Spectre-mitigated library"
|
|
}
|
|
}
|
|
}
|