diff options
Diffstat (limited to 'src/Grapheme.zig')
| -rw-r--r-- | src/Grapheme.zig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Grapheme.zig b/src/Grapheme.zig index 1e9606f..1165a0e 100644 --- a/src/Grapheme.zig +++ b/src/Grapheme.zig | |||
| @@ -7,9 +7,10 @@ const ziglyph = @import("ziglyph"); | |||
| 7 | const CodePoint = ziglyph.CodePoint; | 7 | const CodePoint = ziglyph.CodePoint; |
| 8 | const CodePointIterator = CodePoint.CodePointIterator; | 8 | const CodePointIterator = CodePoint.CodePointIterator; |
| 9 | const readCodePoint = CodePoint.readCodePoint; | 9 | const readCodePoint = CodePoint.readCodePoint; |
| 10 | const emoji = ziglyph.emoji; | 10 | // const emoji = ziglyph.emoji; |
| 11 | // const gbp = ziglyph.grapheme_break; | 11 | // const gbp = ziglyph.grapheme_break; |
| 12 | const gbp = @import("gbp"); | 12 | const gbp = @import("gbp"); |
| 13 | const emoji = @import("emoji"); | ||
| 13 | 14 | ||
| 14 | pub const Grapheme = @This(); | 15 | pub const Grapheme = @This(); |
| 15 | 16 | ||