early-access version 2853
This commit is contained in:
32
externals/vcpkg/ports/directxtex/vcpkg.json
vendored
Executable file
32
externals/vcpkg/ports/directxtex/vcpkg.json
vendored
Executable file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "directxtex",
|
||||
"version-date": "2022-05-09",
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user