mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-05-31 04:28:37 +03:00
4 lines
62 B
Zig
4 lines
62 B
Zig
pub const c = @cImport({
|
|
@cInclude("freetype-zig.h");
|
|
});
|