vcpkg/ports/vulkan-memory-allocator-hpp/vcpkg.json
Henrik 9f9a071621
[vulkan-memory-allocator-hpp] Update to 3.0.1-1 (#31708)
* Updated vulkan-memory-allocator-hpp port

* Ran vcpkg x-add-version vulkan-memory-allocator-hpp

* Used VERSION variable

* Updated port version

* Updated port version again

* Turned port-version back to 1

* Ran x-add-version

* Added development branch in description and reset port version

* Ran x-add-version

* Fixed version number

* Re-ran x-add-version
2023-06-16 15:48:44 -07:00

13 lines
338 B
JSON

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