mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 23:22:03 +08:00
20 lines
508 B
JSON
20 lines
508 B
JSON
|
{
|
|||
|
"name": "ktx",
|
|||
|
"version-string": "4.0.0-beta5",
|
|||
|
"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",
|
|||
|
"supports": "!(uwp | x86)",
|
|||
|
"dependencies": [
|
|||
|
"zstd"
|
|||
|
],
|
|||
|
"features": {
|
|||
|
"tools": {
|
|||
|
"description": "Build tools"
|
|||
|
},
|
|||
|
"vulkan": {
|
|||
|
"description": "Build Vulkan support"
|
|||
|
}
|
|||
|
}
|
|||
|
}
|