aboutsummaryrefslogtreecommitdiff
path: root/ports/volk/vcpkg.json
blob: 3d3f4a1e64f8b06e491b2488c644ed95874f6f2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "volk",
  "version-string": "2019-09-26",
  "port-version": 1,
  "description": [
    "Meta loader for Vulkan API.",
    "Note that the static library target volk::volk is built without platform-specific defines.",
    "Use the header-only target volk::volk_headers if you require platform-specific extensions."
  ],
  "homepage": "https://github.com/zeux/volk",
  "dependencies": [
    "vulkan"
  ]
}