mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 03:46:44 +08:00
9f9a071621
* 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
13 lines
338 B
JSON
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"
|
|
]
|
|
}
|