Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

19 lines
432 B
JSON

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