freetype: install test exe and move all tests to src/main.zig
This commit is contained in:
parent
956e07b2ba
commit
a6a678b912
20 changed files with 72 additions and 1107 deletions
5
freetype/src/types.zig
Normal file
5
freetype/src/types.zig
Normal 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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue