removing all ziglyph imports (aside from unicode/grapheme.zig)

This commit is contained in:
Jacob Sandlund
2025-08-17 21:24:27 -04:00
parent 1abc9b5e41
commit e84d8535f5
8 changed files with 57 additions and 66 deletions

View File

@@ -14,6 +14,7 @@ pub const tables = [_]config.Table{
d.field("case_folding_full"),
// Alternative:
// d.field("case_folding_simple"),
d.field("grapheme_break"),
},
},
};