Mitchell Hashimoto f2d65d4524 move freetype into pkg
2022-08-17 11:20:31 -07:00

4 lines
67 B
Zig

pub usingnamespace @cImport({
@cInclude("freetype-zig.h");
});