mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
std.Target: Update maximum supported Vulkan version.
This commit is contained in:
parent
8b7f512b9a
commit
c1fc353923
1 changed files with 1 additions and 1 deletions
|
|
@ -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 },
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue