19 lines
432 B
JSON
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
|
|
}
|
|
]
|
|
}
|