aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/openxr-loader/vcpkg.json
blob: 1475d170093a3253b590c68627730f77e80980a4 (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": "openxr-loader",
  "version": "1.1.45",
  "port-version": 1,
  "description": "A royalty-free, open standard that provides high-performance access to Augmented Reality (AR) and Virtual Reality (VR)—collectively known as XR—platforms and devices",
  "homepage": "https://github.com/KhronosGroup/OpenXR-SDK",
  "license": "Apache-2.0",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "egl",
      "platform": "android"
    },
    "jsoncpp",
    {
      "name": "opengl",
      "platform": "!android & !ios & !osx & !(arm & windows) & !uwp"
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "vulkan": {
      "description": "Vulkan functionality for OpenXR",
      "supports": "!(arm & windows) & !uwp",
      "dependencies": [
        "vulkan"
      ]
    }
  }
}