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,5 +1,5 @@
const std = @import("std");
const c = @import("c.zig");
const c = @import("c.zig").c;
const Font = @import("font.zig").Font;
const Buffer = @import("buffer.zig").Buffer;
const Feature = @import("common.zig").Feature;