2021-01-11 15:59:25 +08:00
|
|
|
|
{
|
|
|
|
|
"name": "ktx",
|
2023-10-24 02:14:14 +08:00
|
|
|
|
"version-semver": "4.3.0-alpha3",
|
2023-04-15 05:14:37 +08:00
|
|
|
|
"description": [
|
|
|
|
|
"The Khronos KTX library and tools.",
|
|
|
|
|
"Functions for writing and reading KTX files, and instantiating OpenGL®, OpenGL ES™️ and Vulkan® textures from them."
|
|
|
|
|
],
|
2021-01-11 15:59:25 +08:00
|
|
|
|
"homepage": "https://github.com/KhronosGroup/KTX-Software",
|
2023-04-15 05:14:37 +08:00
|
|
|
|
"license": null,
|
|
|
|
|
"supports": "arm64 | x64 | !windows",
|
2021-01-11 15:59:25 +08:00
|
|
|
|
"dependencies": [
|
2022-04-07 05:42:36 +08:00
|
|
|
|
{
|
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
|
"host": true
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
|
"host": true
|
|
|
|
|
},
|
2021-01-11 15:59:25 +08:00
|
|
|
|
"zstd"
|
|
|
|
|
],
|
|
|
|
|
"features": {
|
|
|
|
|
"tools": {
|
2023-04-15 05:14:37 +08:00
|
|
|
|
"description": "Build tools",
|
|
|
|
|
"supports": "!android"
|
2021-01-11 15:59:25 +08:00
|
|
|
|
},
|
|
|
|
|
"vulkan": {
|
2023-04-15 05:14:37 +08:00
|
|
|
|
"description": "Build Vulkan support",
|
|
|
|
|
"supports": "!emscripten"
|
2021-01-11 15:59:25 +08:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|