mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-12 16:15:31 +00:00
4 lines
58 B
Zig
4 lines
58 B
Zig
pub const c = @cImport({
|
|
@cInclude("utf8proc.h");
|
|
});
|