mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-07-31 20:59:02 +00:00
4 lines
59 B
Zig
4 lines
59 B
Zig
pub const c = @cImport({
|
|
@cInclude("oniguruma.h");
|
|
});
|