2021-01-11 15:59:25 +08:00
|
|
|
|
{
|
|
|
|
|
"name": "ktx",
|
2021-09-04 07:31:10 +08:00
|
|
|
|
"version": "4.0.0",
|
2022-01-26 02:31:15 +08:00
|
|
|
|
"port-version": 1,
|
2021-01-11 15:59:25 +08:00
|
|
|
|
"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",
|
2021-09-04 07:31:10 +08:00
|
|
|
|
"supports": "!(uwp | x86 | arm64)",
|
2021-01-11 15:59:25 +08:00
|
|
|
|
"dependencies": [
|
|
|
|
|
"zstd"
|
|
|
|
|
],
|
|
|
|
|
"features": {
|
|
|
|
|
"tools": {
|
|
|
|
|
"description": "Build tools"
|
|
|
|
|
},
|
|
|
|
|
"vulkan": {
|
|
|
|
|
"description": "Build Vulkan support"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|