diff options
Diffstat (limited to 'vcpkg/ports/vulkan-memory-allocator/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/vulkan-memory-allocator/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/vulkan-memory-allocator/vcpkg.json b/vcpkg/ports/vulkan-memory-allocator/vcpkg.json new file mode 100644 index 0000000..79a941e --- /dev/null +++ b/vcpkg/ports/vulkan-memory-allocator/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "vulkan-memory-allocator", + "version": "3.3.0", + "description": "Easy to integrate Vulkan memory allocation library from GPUOpen", + "homepage": "https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator", + "license": "MIT", + "supports": "!uwp & !xbox", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |