update zig

This commit is contained in:
Mitchell Hashimoto
2022-10-24 14:35:42 -07:00
parent d346309cb3
commit cf14ea506f
3 changed files with 7 additions and 3 deletions

View File

@@ -99,6 +99,8 @@ pub fn tracy_enabled() bool {
return options.tracy_enabled;
}
//pub const log_level: std.log.Level = .debug;
fn glfwErrorCallback(code: glfw.Error, desc: [:0]const u8) void {
log.warn("glfw error={} message={s}", .{ code, desc });
}