mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-01 11:12:16 +00:00
5 lines
83 B
Zig
5 lines
83 B
Zig
pub usingnamespace @cImport({
|
|
@cInclude("hb.h");
|
|
@cInclude("hb-ft.h");
|
|
});
|