glfw: update to latest Zig version

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2023-06-02 02:02:38 -07:00
parent 4ed407c983
commit 0e3ba99317

View file

@ -504,7 +504,7 @@ test "getVersionString" {
} }
test "init" { test "init" {
init(.{ .cocoa_chdir_resources = true }); _ = init(.{ .cocoa_chdir_resources = true });
if (getErrorString()) |err| { if (getErrorString()) |err| {
std.log.err("failed to initialize GLFW: {?s}", .{err}); std.log.err("failed to initialize GLFW: {?s}", .{err});
std.process.exit(1); std.process.exit(1);