mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-07-09 15:59:38 +08:00
7 lines
171 B
Zig
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());
|
|
}
|