mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-27 17:53:55 +00:00
pkg/harfbuzz: fix c.zig
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
const std = @import("std");
|
||||
const c = @import("c.zig");
|
||||
const c = @import("c.zig").c;
|
||||
|
||||
/// The direction of a text segment or buffer.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user