aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/vulkan-memory-allocator-hpp/vcpkg.json
blob: eb892e6ae6d75039d975fad3a9094a769aa0fa68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "vulkan-memory-allocator-hpp",
  "version": "3.1.0",
  "port-version": 1,
  "description": "C++ bindings for VulkanMemoryAllocator (Development branch)",
  "homepage": "https://github.com/YaaZ/VulkanMemoryAllocator-Hpp",
  "license": "CC0-1.0",
  "supports": "!uwp & !xbox",
  "dependencies": [
    "vulkan",
    "vulkan-memory-allocator"
  ]
}