mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
9 lines
216 B
Zig
9 lines
216 B
Zig
pub const c = @import("c.zig");
|
|
pub usingnamespace @import("init.zig");
|
|
pub usingnamespace @import("program.zig");
|
|
pub usingnamespace @import("shader.zig");
|
|
|
|
test {
|
|
@import("std").testing.refAllDecls(@This());
|
|
}
|