mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-06-03 05:58:37 +03:00
7 lines
151 B
Zig
7 lines
151 B
Zig
pub const c = @import("video/c.zig");
|
|
pub usingnamespace @import("video/display_link.zig");
|
|
|
|
test {
|
|
@import("std").testing.refAllDecls(@This());
|
|
}
|