mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 10:49:00 +08:00
b24cd526fc
* [ktx] Fix missing zstd dependency * [ktx] Fix GNU libtool issue for static build with enabled 'tools' feature * [ktx] Update port version
29 lines
679 B
JSON
29 lines
679 B
JSON
{
|
||
"name": "ktx",
|
||
"version-semver": "4.1.0-rc3",
|
||
"port-version": 1,
|
||
"description": "A small library of functions for writing and reading KTX files, and instantiating OpenGL®, OpenGL ES™️ and Vulkan® textures from them",
|
||
"homepage": "https://github.com/KhronosGroup/KTX-Software",
|
||
"license": "Apache-2.0",
|
||
"supports": "!(uwp | x86 | (arm & !arm64))",
|
||
"dependencies": [
|
||
{
|
||
"name": "vcpkg-cmake",
|
||
"host": true
|
||
},
|
||
{
|
||
"name": "vcpkg-cmake-config",
|
||
"host": true
|
||
},
|
||
"zstd"
|
||
],
|
||
"features": {
|
||
"tools": {
|
||
"description": "Build tools"
|
||
},
|
||
"vulkan": {
|
||
"description": "Build Vulkan support"
|
||
}
|
||
}
|
||
}
|