mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-17 01:06:08 +03:00
8 lines
205 B
Zig
8 lines
205 B
Zig
pub const c = @import("graphics/c.zig");
|
|
pub usingnamespace @import("graphics/color_space.zig");
|
|
pub usingnamespace @import("graphics/font.zig");
|
|
|
|
test {
|
|
@import("std").testing.refAllDecls(@This());
|
|
}
|