vcpkg/ports/directxtex/vcpkg.json
Alexander Neumann 6ced774037
[vcpkg] update CMake to 3.27.1 (#31931)
* update cmake

* update to rc2

* use nightly build

* update to rc3 drop freebsd due to dead link and update git while i am at it

* fix missing sha

* fix relative path

* update to 3.27 release

* [paho-mqtt] remove usage of OPENSSL_ROOT_DIR

* [directxtex] control optional directx-headers dep

* v db

* IN LIST -> IN_LIST

* v db

* try fixing azure-storage-cpp

* v db

* update to 3.27.1
2023-07-31 13:03:54 -07:00

60 lines
1.3 KiB
JSON

{
"name": "directxtex",
"version-date": "2023-06-13",
"port-version": 1,
"description": "DirectXTex texture processing library",
"homepage": "https://github.com/Microsoft/DirectXTex",
"documentation": "https://github.com/microsoft/DirectXTex/wiki",
"license": "MIT",
"supports": "windows | linux",
"dependencies": [
{
"name": "directx-headers",
"platform": "mingw | linux"
},
"directxmath",
{
"name": "ms-gdkx",
"platform": "xbox"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"default-features": [
"dx11"
],
"features": {
"dx11": {
"description": "Build with DirectX11 support"
},
"dx12": {
"description": "Build with DirectX12 support for Windows 10/Windows 11",
"dependencies": [
{
"name": "directx-headers",
"platform": "windows & !xbox"
}
]
},
"openexr": {
"description": "Enable OpenEXR support",
"dependencies": [
"openexr"
]
},
"spectre": {
"description": "Build Spectre-mitigated library"
},
"tools": {
"description": "texture command-line tools",
"supports": "windows & !uwp & !xbox"
}
}
}