mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-12-31 10:42:12 +00:00
9 lines
172 B
Zig
9 lines
172 B
Zig
const std = @import("std");
|
|
|
|
pub usingnamespace @import("input/key.zig");
|
|
pub const Binding = @import("input/Binding.zig");
|
|
|
|
test {
|
|
std.testing.refAllDecls(@This());
|
|
}
|