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