2022-10-15 07:15:32 +08:00
|
|
|
{
|
|
|
|
"name": "vulkan-memory-allocator-hpp",
|
2023-06-17 06:48:44 +08:00
|
|
|
"version": "3.0.1.1",
|
2024-04-16 21:38:36 +08:00
|
|
|
"port-version": 1,
|
2023-06-17 06:48:44 +08:00
|
|
|
"description": "C++ bindings for VulkanMemoryAllocator (Development branch)",
|
2022-10-15 07:15:32 +08:00
|
|
|
"homepage": "https://github.com/YaaZ/VulkanMemoryAllocator-Hpp",
|
|
|
|
"license": "CC0-1.0",
|
2023-03-21 03:02:25 +08:00
|
|
|
"supports": "!uwp & !xbox",
|
2022-10-15 07:15:32 +08:00
|
|
|
"dependencies": [
|
2023-06-17 06:48:44 +08:00
|
|
|
"vulkan",
|
|
|
|
"vulkan-memory-allocator"
|
2022-10-15 07:15:32 +08:00
|
|
|
]
|
|
|
|
}
|