freetype: install test exe and move all tests to src/main.zig

This commit is contained in:
Ali Chraghi 2022-07-23 13:53:22 +04:30 committed by Stephen Gutekanst
parent 956e07b2ba
commit a6a678b912
20 changed files with 72 additions and 1107 deletions

5
freetype/src/types.zig Normal file
View file

@ -0,0 +1,5 @@
const c = @import("c");
pub const Matrix = c.FT_Matrix;
pub const Generic = c.FT_Generic;
pub const BBox = c.FT_BBox;