mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-05-30 12:08:37 +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());
|
|
}
|