aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/rendergraph/vcpkg.json
blob: ddb82c87a8d304bfd5ba7f3c8c11de375578cd01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "rendergraph",
  "version": "2.1.0",
  "description": "Vulkan render graph implementation.",
  "homepage": "https://github.com/DragonJoker/RenderGraph",
  "license": "MIT",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "vulkan-headers"
  ]
}