std.Target: Update maximum supported Vulkan version.

This commit is contained in:
Alex Rønne Petersen 2025-05-02 19:55:37 +02:00
parent 8b7f512b9a
commit c1fc353923
No known key found for this signature in database

View file

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