std.Target: bump vulkan max version to 1.4.321

This commit is contained in:
Alex Rønne Petersen 2025-08-03 19:59:14 +02:00
parent 7f2140710f
commit afe458e9b6
No known key found for this signature in database

View File

@ -646,7 +646,7 @@ pub const Os = struct {
.vulkan => .{
.semver = .{
.min = .{ .major = 1, .minor = 2, .patch = 0 },
.max = .{ .major = 1, .minor = 4, .patch = 313 },
.max = .{ .major = 1, .minor = 4, .patch = 321 },
},
},
};