2021-01-11 15:59:25 +08:00
|
|
|
|
{
|
|
|
|
|
"name": "ktx",
|
2022-10-25 08:15:13 +08:00
|
|
|
|
"version-semver": "4.1.0-rc3",
|
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",
|
2022-05-10 05:53:44 +08:00
|
|
|
|
"license": "Apache-2.0",
|
2022-06-21 04:52:26 +08:00
|
|
|
|
"supports": "!(uwp | x86 | (arm & !arm64))",
|
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": {
|
|
|
|
|
"description": "Build tools"
|
|
|
|
|
},
|
|
|
|
|
"vulkan": {
|
|
|
|
|
"description": "Build Vulkan support"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|