2021-06-11 10:02:03 -07:00
|
|
|
{
|
|
|
|
"name": "directxtex",
|
2022-10-31 13:15:33 -07:00
|
|
|
"version-date": "2022-10-17",
|
2021-06-11 10:02:03 -07:00
|
|
|
"description": "DirectXTex texture processing library",
|
2021-08-26 15:37:42 -07:00
|
|
|
"homepage": "https://github.com/Microsoft/DirectXTex",
|
2021-06-11 10:02:03 -07:00
|
|
|
"documentation": "https://github.com/microsoft/DirectXTex/wiki",
|
|
|
|
"license": "MIT",
|
|
|
|
"supports": "windows | linux",
|
|
|
|
"dependencies": [
|
|
|
|
"directx-headers",
|
2021-10-15 19:34:23 -07:00
|
|
|
"directxmath",
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2021-06-11 10:02:03 -07:00
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"dx12": {
|
|
|
|
"description": "Build with DirectX12 support for Windows 10"
|
|
|
|
},
|
|
|
|
"openexr": {
|
|
|
|
"description": "Enable OpenEXR support",
|
|
|
|
"dependencies": [
|
|
|
|
"openexr"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|