mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
7 lines
147 B
Zig
7 lines
147 B
Zig
pub const foundation = @import("foundation.zig");
|
|
pub const text = @import("text.zig");
|
|
|
|
test {
|
|
@import("std").testing.refAllDecls(@This());
|
|
}
|