mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:49:00 +08:00
f7627c902a
Fix #39229.
13 lines
336 B
JSON
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"
|
|
]
|
|
}
|