Skip to content

Commit bcd1d27

Browse files
committed
fix(examples): offscreen pins compat.vulkan 1.4.357.1
The example names `compat.vulkan-runtime` itself, under a cfg(linux) predicate, and compares that pin against the one recorded in its installed copy of `compat.vulkan`. 1.4.357.0 records 2026.09.07; 1.4.357.1 is the version whose install records 2026.09.10. See mcpplibs/mcpp-index#381.
1 parent d6395bd commit bcd1d27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/10-graphics/offscreen/mcpp.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ plugins = { version = "0.5.2", features = ["rules-spirv"], host-module = true }
2828
# seam work: the CPU leg below is selected by the accelerator, and only the
2929
# packages are unconditional.
3030
[dependencies.compat]
31-
vulkan = "1.4.357.0"
31+
vulkan = "1.4.357.1"
3232

3333
# The adapter that makes the host's own ICDs reachable from a binary running
3434
# under mcpp's private loader. An OS predicate, which IS allowed, and a Linux

0 commit comments

Comments
 (0)