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