mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 08:46:08 +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("shader.zig");
|
|
|
|
test {
|
|
@import("std").testing.refAllDecls(@This());
|
|
}
|