mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 00:06:09 +03:00
7 lines
152 B
Zig
7 lines
152 B
Zig
pub const c = @import("animation/c.zig");
|
|
pub usingnamespace @import("animation/layer.zig");
|
|
|
|
test {
|
|
@import("std").testing.refAllDecls(@This());
|
|
}
|