mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-05 01:16:33 +00:00
4 lines
59 B
Zig
4 lines
59 B
Zig
pub const c = @cImport({
|
|
@cInclude("oniguruma.h");
|
|
});
|