vcpkg/ports/vulkan-memory-allocator-hpp/vcpkg.json

13 lines
338 B
JSON
Raw Normal View History

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