aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/scripts/test_ports/vcpkg-ci-bgfx/vcpkg.json
blob: b78e39c62583b505ea2ca38786eb6798538b9ec5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "vcpkg-ci-bgfx",
  "version-string": "ci",
  "description": "Port to force features of bgfx within CI",
  "homepage": "https://github.com/microsoft/vcpkg",
  "license": "MIT",
  "dependencies": [
    {
      "name": "bgfx",
      "default-features": false
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}