ghostty/pkg/macos/text.zig
2022-10-01 10:50:09 -07:00

7 lines
171 B
Zig

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