vcpkg/ports/vulkan-memory-allocator-hpp/vcpkg.json
Henrik ebcbbcf862
[vulkan-memory-allocator-hpp] New port (#27189)
* Added port for VulkanMemoryAllocator-Hpp

* Fixed maifest format and ran x-add-version

* Changed SHA
2022-10-14 16:15:32 -07:00

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"
]
}