diff options
Diffstat (limited to 'vcpkg/ports/vulkan-memory-allocator-hpp/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/vulkan-memory-allocator-hpp/vcpkg.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/vulkan-memory-allocator-hpp/vcpkg.json b/vcpkg/ports/vulkan-memory-allocator-hpp/vcpkg.json new file mode 100644 index 0000000..eb892e6 --- /dev/null +++ b/vcpkg/ports/vulkan-memory-allocator-hpp/vcpkg.json @@ -0,0 +1,13 @@ +{ + "name": "vulkan-memory-allocator-hpp", + "version": "3.1.0", + "port-version": 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" + ] +} |