mirror of
https://github.com/ziglang/zig.git
synced 2025-12-16 03:03:09 +00:00
std.Target: bump vulkan max version to 1.4.321
This commit is contained in:
parent
7f2140710f
commit
afe458e9b6
@ -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 },
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user