mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-05-17 02:30:16 +00:00
add utf8proc so we can detect unicode char width
This commit is contained in:
3
pkg/utf8proc/c.zig
Normal file
3
pkg/utf8proc/c.zig
Normal file
@@ -0,0 +1,3 @@
|
||||
pub usingnamespace @cImport({
|
||||
@cInclude("utf8proc.h");
|
||||
});
|
||||
Reference in New Issue
Block a user