Skip to content

Commit c72d176

Browse files
authored
Repo-wide VMA 3.0.1 -> 3.2.0 upgrade (#18557)
Differential Revision: D96746951 Pull Request resolved: #18557
1 parent e638059 commit c72d176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/vulkan/targets.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def define_common_targets(is_fbcode = False):
186186
suffix = "_no_volk" if no_volk else ""
187187

188188
VK_API_DEPS = [
189-
"fbsource//third-party/VulkanMemoryAllocator/3.0.1:VulkanMemoryAllocator_xplat",
189+
"fbsource//third-party/VulkanMemoryAllocator/3.2.0:VulkanMemoryAllocator_xplat",
190190
]
191191

192192
default_deps = []

0 commit comments

Comments
 (0)