mirror-ghostty/pkg/spirv-cross/c.zig

4 lines
63 B
Zig

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