glfw: update to latest Zig version
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
4c22106ecb
commit
4f2dd4bf54
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
Add a link
Reference in a new issue