mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 15:39:00 +08:00
ebcbbcf862
* Added port for VulkanMemoryAllocator-Hpp * Fixed maifest format and ran x-add-version * Changed SHA
11 lines
254 B
JSON
11 lines
254 B
JSON
{
|
|
"name": "vulkan-memory-allocator-hpp",
|
|
"version": "3.0.1",
|
|
"description": "C++ bindings for VulkanMemoryAllocator",
|
|
"homepage": "https://github.com/YaaZ/VulkanMemoryAllocator-Hpp",
|
|
"license": "CC0-1.0",
|
|
"dependencies": [
|
|
"vulkan"
|
|
]
|
|
}
|