aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/level-zero/vcpkg.json
blob: a604d4686a286dc60000762cb8e87191cee9bd14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "level-zero",
  "version": "1.20.5",
  "description": "oneAPI Level Zero Specification Headers and Loader.",
  "homepage": "https://github.com/oneapi-src/level-zero",
  "license": "MIT",
  "supports": "x64 & !static & (linux | (windows & !uwp))",
  "dependencies": [
    "spdlog",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}