We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e638059 commit f74b7c5Copy full SHA for f74b7c5
1 file changed
backends/vulkan/targets.bzl
@@ -186,7 +186,7 @@ def define_common_targets(is_fbcode = False):
186
suffix = "_no_volk" if no_volk else ""
187
188
VK_API_DEPS = [
189
- "fbsource//third-party/VulkanMemoryAllocator/3.0.1:VulkanMemoryAllocator_xplat",
+ "fbsource//third-party/VulkanMemoryAllocator/3.2.0:VulkanMemoryAllocator_xplat",
190
]
191
192
default_deps = []
0 commit comments