2021-06-12 01:02:03 +08:00
|
|
|
{
|
|
|
|
"name": "directxtex",
|
2021-08-27 06:37:42 +08:00
|
|
|
"version-string": "aug2021",
|
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",
|
|
|
|
"directxmath"
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"dx12": {
|
|
|
|
"description": "Build with DirectX12 support for Windows 10"
|
|
|
|
},
|
|
|
|
"openexr": {
|
|
|
|
"description": "Enable OpenEXR support",
|
|
|
|
"dependencies": [
|
|
|
|
"openexr"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|