mirror-ghostty/pkg/pixman/c.zig

4 lines
56 B
Zig

pub const c = @cImport({
@cInclude("pixman.h");
});