vcpkg/ports/vulkan-memory-allocator-hpp/vcpkg.json
2024-06-12 16:18:06 -07:00

13 lines
336 B
JSON

{
"name": "vulkan-memory-allocator-hpp",
"version": "3.1.0",
"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"
]
}