2021-06-12 01:02:03 +08:00
|
|
|
{
|
|
|
|
"name": "directxtex",
|
[directxmath, directxtex, directxmesh, directxtk, directxtk12, uvatlas] ports updated (#23332)
* [directxmath, directxmesh, directxtex, directxtk, directxtk12, uvatlas] ports updated to February 2022 release
* Update baseline
* Updated directxmath to use non-deprecated functions
* Refresh baseline
* Updated for master-to-main rename
* Refresh baseline
* Remove en-us specific doc link
* Refresh version baseline
2022-03-03 06:58:20 +08:00
|
|
|
"version-date": "2022-02-28",
|
2021-06-12 01:02:03 +08:00
|
|
|
"description": "DirectXTex texture processing library",
|
2021-08-27 06:37:42 +08:00
|
|
|
"homepage": "https://github.com/Microsoft/DirectXTex",
|
2021-06-12 01:02:03 +08:00
|
|
|
"documentation": "https://github.com/microsoft/DirectXTex/wiki",
|
|
|
|
"license": "MIT",
|
|
|
|
"supports": "windows | linux",
|
|
|
|
"dependencies": [
|
|
|
|
"directx-headers",
|
2021-10-16 10:34:23 +08:00
|
|
|
"directxmath",
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2021-06-12 01:02:03 +08:00
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"dx12": {
|
|
|
|
"description": "Build with DirectX12 support for Windows 10"
|
|
|
|
},
|
|
|
|
"openexr": {
|
|
|
|
"description": "Enable OpenEXR support",
|
|
|
|
"dependencies": [
|
|
|
|
"openexr"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|