mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-23 12:16:11 +03:00
8 lines
173 B
Zig
8 lines
173 B
Zig
pub const c = @import("c.zig");
|
|
pub usingnamespace @import("init.zig");
|
|
pub usingnamespace @import("config.zig");
|
|
|
|
test {
|
|
@import("std").testing.refAllDecls(@This());
|
|
}
|