mirror of
https://github.com/ziglang/zig.git
synced 2025-12-21 13:43:10 +00:00
std.Target: bump vulkan max version to 1.4.331
This commit is contained in:
parent
d677086bcd
commit
8468549726
@ -646,7 +646,7 @@ pub const Os = struct {
|
|||||||
.vulkan => .{
|
.vulkan => .{
|
||||||
.semver = .{
|
.semver = .{
|
||||||
.min = .{ .major = 1, .minor = 2, .patch = 0 },
|
.min = .{ .major = 1, .minor = 2, .patch = 0 },
|
||||||
.max = .{ .major = 1, .minor = 4, .patch = 321 },
|
.max = .{ .major = 1, .minor = 4, .patch = 331 },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user