[vulkan-memory-allocator] Update to version 2.3.0 (#9975)

This commit is contained in:
Jeremie St-Amand 2020-02-09 00:36:33 -05:00 committed by GitHub
parent 40265dda08
commit ce6df30a57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
Source: vulkan-memory-allocator
Version: 2.2.0
Version: 2.3.0
Description: Easy to integrate Vulkan memory allocation library from GPUOpen

View File

@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
REF v2.2.0
SHA512 85b49a1c55f469fd7340075809b045507db162b7dc663b885d963e3b3fd17759608401d353d3460f2ebf771e97f89af46e409cf9f5186325c3ce2c68d9b7e08f
REF v2.3.0+vs2017
SHA512 57113c52dcccc4df79ebf36f091f1232f68ee45c48934a5b91c2d87b5599d8c176ca7a47e285ddf146ec0b3c83db5808c2e6c3f6e1b453e20a8525f73211bf8d
HEAD_REF master
)