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

6 lines
115 B
Zig

pub usingnamespace @import("text/font_collection.zig");
test {
@import("std").testing.refAllDecls(@This());
}