mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 22:33:08 +00:00
std.Target: Update maximum supported Vulkan version.
This commit is contained in:
parent
8b7f512b9a
commit
c1fc353923
@ -638,7 +638,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 = 309 },
|
.max = .{ .major = 1, .minor = 4, .patch = 313 },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user