mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-05-31 12:38:40 +03: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());
|
|
}
|