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,6 +1,6 @@
const macos = @import("macos");
const std = @import("std");
const c = @import("c.zig");
const c = @import("c.zig").c;
const Face = @import("face.zig").Face;
const Font = @import("font.zig").Font;
const Error = @import("errors.zig").Error;