aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/ktx/vcpkg.json
blob: 4eb3b0a5da6e1dce1c70ceab668451457b89223d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
  "name": "ktx",
  "version-semver": "4.3.2",
  "port-version": 2,
  "description": [
    "The Khronos KTX library and tools.",
    "Functions for writing and reading KTX files, and instantiating OpenGL®, OpenGL ES™️ and Vulkan® textures from them."
  ],
  "homepage": "https://github.com/KhronosGroup/KTX-Software",
  "license": null,
  "supports": "arm64 | x64 | !windows",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "zstd"
  ],
  "features": {
    "tools": {
      "description": "Build tools",
      "supports": "!android & !uwp",
      "dependencies": [
        "cxxopts",
        "fmt"
      ]
    },
    "vulkan": {
      "description": "Build Vulkan support",
      "supports": "!emscripten"
    }
  }
}