pkg/harfbuzz: fix c.zig

This commit is contained in:
Mitchell Hashimoto
2024-08-16 15:38:18 -07:00
parent 0e2eb85989
commit ea73edaf7f
11 changed files with 11 additions and 11 deletions

View File

@@ -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");