mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-17 07:16:12 +00:00
pkg/harfbuzz: fix c.zig
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
pub const c = @import("c.zig");
|
||||
pub const c = @import("c.zig").c;
|
||||
pub usingnamespace @import("blob.zig");
|
||||
pub usingnamespace @import("buffer.zig");
|
||||
pub usingnamespace @import("common.zig");
|
||||
|
||||
Reference in New Issue
Block a user