Skip to content

Commit afe458e

Browse files
committed
std.Target: bump vulkan max version to 1.4.321
1 parent 7f21407 commit afe458e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/std/Target.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ pub const Os = struct {
646646
.vulkan => .{
647647
.semver = .{
648648
.min = .{ .major = 1, .minor = 2, .patch = 0 },
649-
.max = .{ .major = 1, .minor = 4, .patch = 313 },
649+
.max = .{ .major = 1, .minor = 4, .patch = 321 },
650650
},
651651
},
652652
};

0 commit comments

Comments
 (0)