mirror-ghostty/pkg/opengl/c.zig

4 lines
57 B
Zig

pub const c = @cImport({
@cInclude("glad/gl.h");
});