update VulkanMemoryAllocator to v3.1.0 (#4334)

pull/4336/head
Latias94 6 months ago committed by GitHub
parent 07a84e8b5d
commit 0c7b81b46c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      packages/v/vulkan-memory-allocator/xmake.lua

@ -8,6 +8,7 @@ package("vulkan-memory-allocator")
"https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git")
add_versions("v3.0.0", 'dbb621a7a13fb70b8c34fef62fbe5128cc5193c7179c9edacead9f110df79a2f')
add_versions("v3.0.1", '2a84762b2d10bf540b9dc1802a198aca8ad1f3d795a4ae144212c595696a360c')
add_versions("v3.1.0", 'ae134ecc37c55634f108e926f85d5d887b670360e77cd107affaf3a9539595f2')
add_deps("vulkan-headers")

Loading…
Cancel
Save