mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 15:49:01 +08:00
fefb2c12b6
* DirectXTex port updated * DirectX Tool Kit updated for August 2021 release * Update baseline * Remove build of MakeSpriteFont * Update baseline * Added 4.7.2 .NET TargetingPack * Back out adding .NET targeting pack, forked out as https://github.com/microsoft/vcpkg/pull/19764 Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
25 lines
588 B
JSON
25 lines
588 B
JSON
{
|
|
"name": "directxtex",
|
|
"version-string": "aug2021",
|
|
"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"
|
|
],
|
|
"features": {
|
|
"dx12": {
|
|
"description": "Build with DirectX12 support for Windows 10"
|
|
},
|
|
"openexr": {
|
|
"description": "Enable OpenEXR support",
|
|
"dependencies": [
|
|
"openexr"
|
|
]
|
|
}
|
|
}
|
|
}
|