Skip to content

Commit 1ce5be1

Browse files
committed
fix(examples): 10 pins compat.vulkan-runtime 2026.09.07
The version compat.vulkan asks for since mcpp-index#351, where a soname carried by two installed payloads is decided by symbol coverage rather than by which store path sorts last.
1 parent fe6cb32 commit 1ce5be1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/10-vulkan-compute/app/mcpp.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ plugins = { version = "0.1.0", features = ["rules-spirv"], host-module = true }
2222
# below is a payload and the hardware ones are the host's.
2323
[dependencies.compat]
2424
vulkan = "1.4.357.0"
25-
vulkan-runtime = "2026.09.06"
25+
vulkan-runtime = "2026.09.07"
2626

2727
# The two payloads this build names rather than discovers: the shader compiler,
2828
# and a Vulkan driver that is always present because it is the CPU. With

0 commit comments

Comments
 (0)