vcpkg/ports/ktx/vcpkg.json

20 lines
508 B
JSON
Raw Normal View History

{
"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"
}
}
}