aboutsummaryrefslogtreecommitdiff
path: root/ports/ktx/vcpkg.json
blob: ae905f55d89c4671bfb9b1756409c15c7aa56dae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "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"
    }
  }
}