build: update zig

This commit is contained in:
CJ van den Berg 2024-03-22 11:10:09 +01:00
parent 5c5fa22c68
commit 314b8d4909
7 changed files with 17 additions and 17 deletions

View file

@ -247,7 +247,7 @@ const Fire = struct {
.plane = plane,
.prng = std.rand.DefaultPrng.init(blk: {
var seed: u64 = undefined;
try std.os.getrandom(std.mem.asBytes(&seed));
try std.posix.getrandom(std.mem.asBytes(&seed));
break :blk seed;
}),
.FIRE_H = FIRE_H,