mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-05-05 15:33:00 +00:00
pkg/utf8proc: yeet usingns
This commit is contained in:
parent
59755363a3
commit
480487b440
@ -1,3 +1,3 @@
|
||||
pub usingnamespace @cImport({
|
||||
pub const c = @cImport({
|
||||
@cInclude("utf8proc.h");
|
||||
});
|
||||
|
@ -1,4 +1,4 @@
|
||||
pub const c = @import("c.zig");
|
||||
pub const c = @import("c.zig").c;
|
||||
|
||||
/// Given a codepoint, return a character width analogous to `wcwidth(codepoint)`,
|
||||
/// except that a width of 0 is returned for non-printable codepoints
|
||||
|
Loading…
x
Reference in New Issue
Block a user