mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 17:39:01 +08:00
20 lines
508 B
JSON
20 lines
508 B
JSON
{
|
||
"name": "ktx",
|
||
"version-string": "4.0.0-beta5",
|
||
"port-version": 2,
|
||
"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)",
|
||
"dependencies": [
|
||
"zstd"
|
||
],
|
||
"features": {
|
||
"tools": {
|
||
"description": "Build tools"
|
||
},
|
||
"vulkan": {
|
||
"description": "Build Vulkan support"
|
||
}
|
||
}
|
||
}
|