ghostty/pkg/macos/main.zig
Mitchell Hashimoto f9e1127317 pkg/macos: add CoreText
2022-09-30 14:48:06 -07:00

7 lines
147 B
Zig

pub const foundation = @import("foundation.zig");
pub const text = @import("text.zig");
test {
@import("std").testing.refAllDecls(@This());
}