Mitchell Hashimoto c6f1be3343 move from epoxy to glad
2022-04-04 14:35:19 -07:00

4 lines
62 B
Zig

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