ref(key): make Key struct packed and rename constants
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 2m5s
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 2m5s
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
const std = @import("std");
|
||||
pub const code_point = @import("code_point");
|
||||
|
||||
const Key = @import("key.zig");
|
||||
const Key = @import("key.zig").Key;
|
||||
const Position = @import("size.zig").Position;
|
||||
const Size = @import("size.zig").Size;
|
||||
const Cell = @import("cell.zig");
|
||||
|
||||
Reference in New Issue
Block a user