mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 11:49:00 +08:00
7ad9757560
* [ktx] update to 4.0.0 * update version * fix-arm64-error * update version * fix ci error * update version
19 lines
482 B
JSON
19 lines
482 B
JSON
{
|
||
"name": "ktx",
|
||
"version": "4.0.0",
|
||
"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",
|
||
"supports": "!(uwp | x86 | arm64)",
|
||
"dependencies": [
|
||
"zstd"
|
||
],
|
||
"features": {
|
||
"tools": {
|
||
"description": "Build tools"
|
||
},
|
||
"vulkan": {
|
||
"description": "Build Vulkan support"
|
||
}
|
||
}
|
||
}
|