Files
ghostty/pkg/macos/text/c.zig
2022-10-01 20:50:51 -07:00

4 lines
72 B
Zig

pub usingnamespace @cImport({
@cInclude("CoreText/CoreText.h");
});