fix breaking changes with latest zig

This commit is contained in:
Mitchell Hashimoto
2024-04-12 15:04:49 -07:00
parent 910c8cb04a
commit 8dbedeb76c
2 changed files with 27 additions and 11 deletions

View File

@@ -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