vcpkg/ports/ktx/vcpkg.json
JonLiu1993 7ad9757560
[ktx] update to 4.0.0 release (#18644)
* [ktx] update to 4.0.0

* update version

* fix-arm64-error

* update version

* fix ci error

* update version
2021-09-03 16:31:10 -07:00

19 lines
482 B
JSON
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "ktx",
"version": "4.0.0",
"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 | arm64)",
"dependencies": [
"zstd"
],
"features": {
"tools": {
"description": "Build tools"
},
"vulkan": {
"description": "Build Vulkan support"
}
}
}