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