Files
ghostty/pkg/pixman/c.zig
2022-11-24 10:21:27 -08:00

4 lines
61 B
Zig

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