diff --git a/releases.json b/releases.json index 5c19932daa..0c847c531f 100644 --- a/releases.json +++ b/releases.json @@ -4808,9 +4808,10 @@ }, "vulkan-memory-allocator": { "dependency_names": [ - "vulkan-memory-allocator" + "VulkanMemoryAllocator" ], "versions": [ + "3.3.0-1", "3.1.0-1", "3.0.1-1" ] diff --git a/subprojects/packagefiles/vulkan-memory-allocator/meson.build b/subprojects/packagefiles/vulkan-memory-allocator/meson.build index 344ee35659..e81685115e 100644 --- a/subprojects/packagefiles/vulkan-memory-allocator/meson.build +++ b/subprojects/packagefiles/vulkan-memory-allocator/meson.build @@ -1,13 +1,20 @@ project( 'VulkanMemoryAllocator', ['c', 'cpp'], - version: '3.1.0', + license: 'MIT', + meson_version: '>=0.56.0', + version: '3.3.0', ) vma_allocator_dep = declare_dependency( include_directories: 'include', ) +meson.override_dependency( + 'VulkanMemoryAllocator', + vma_allocator_dep, +) + if get_option('build_samples') subdir('src') endif diff --git a/subprojects/vulkan-memory-allocator.wrap b/subprojects/vulkan-memory-allocator.wrap index 39fcab82b7..ca9705f3ae 100644 --- a/subprojects/vulkan-memory-allocator.wrap +++ b/subprojects/vulkan-memory-allocator.wrap @@ -1,11 +1,9 @@ [wrap-file] -directory = VulkanMemoryAllocator-3.1.0 - -source_url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/archive/refs/tags/v3.1.0.tar.gz -source_filename = VulkanMemoryAllocator-3.1.0.tar.gz -source_hash = ae134ecc37c55634f108e926f85d5d887b670360e77cd107affaf3a9539595f2 - +directory = VulkanMemoryAllocator-3.3.0 +source_url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/archive/refs/tags/v3.3.0.tar.gz +source_filename = VulkanMemoryAllocator-3.3.0.tar.gz +source_hash = c4f6bbe6b5a45c2eb610ca9d231158e313086d5b1a40c9922cb42b597419b14e patch_directory = vulkan-memory-allocator [provide] -vulkan-memory-allocator = vma_allocator_dep +dependency_names = VulkanMemoryAllocator