aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/vulkan-memory-allocator/vcpkg.json
blob: 79a941e86accdd1ea81dace548d109bdd8740480 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "vulkan-memory-allocator",
  "version": "3.3.0",
  "description": "Easy to integrate Vulkan memory allocation library from GPUOpen",
  "homepage": "https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator",
  "license": "MIT",
  "supports": "!uwp & !xbox",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}