mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-05-19 11:31:19 +00:00
fix breaking changes with latest zig
This commit is contained in:
@@ -25,7 +25,9 @@ pub const entries: []const Entry = entries: {
|
||||
.native = raw[native_idx],
|
||||
};
|
||||
}
|
||||
break :entries &result;
|
||||
|
||||
const final = result;
|
||||
break :entries &final;
|
||||
};
|
||||
|
||||
/// Entry contains the USB code, native keycode, and W3C dom code for
|
||||
|
||||
Reference in New Issue
Block a user