glfw: update to latest Zig version
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
4ed407c983
commit
0e3ba99317
1 changed files with 1 additions and 1 deletions
|
@ -504,7 +504,7 @@ test "getVersionString" {
|
|||
}
|
||||
|
||||
test "init" {
|
||||
init(.{ .cocoa_chdir_resources = true });
|
||||
_ = init(.{ .cocoa_chdir_resources = true });
|
||||
if (getErrorString()) |err| {
|
||||
std.log.err("failed to initialize GLFW: {?s}", .{err});
|
||||
std.process.exit(1);
|
||||
|
|
Loading…
Add table
Reference in a new issue