mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-08-03 06:09:04 +00:00
unicode: generate our own lookup tables
This commit is contained in:
9
src/unicode/main.zig
Normal file
9
src/unicode/main.zig
Normal file
@@ -0,0 +1,9 @@
|
||||
pub const lut = @import("lut.zig");
|
||||
|
||||
const props = @import("props.zig");
|
||||
pub const table = props.table;
|
||||
pub const Properties = props.Properties;
|
||||
|
||||
test {
|
||||
@import("std").testing.refAllDecls(@This());
|
||||
}
|
||||
Reference in New Issue
Block a user