aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/scripts/test_ports/vcpkg-ci-shader-slang/vcpkg.json
blob: a4514ad8789f947d48ba2009a544e7987a3920b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "vcpkg-ci-shader-slang",
  "version-string": "ci",
  "description": "Test port to validate shader-slang",
  "homepage": "https://github.com/microsoft/vcpkg",
  "license": "MIT",
  "dependencies": [
    {
      "name": "shader-slang",
      "host": true
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}