freetype: improve build system
This commit is contained in:
parent
997328ddc6
commit
ef7904bf27
24 changed files with 36 additions and 74 deletions
8
freetype/src/c.zig
Normal file
8
freetype/src/c.zig
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
pub usingnamespace @cImport({
|
||||
@cInclude("hb-ft.h");
|
||||
@cInclude("freetype/ftbbox.h");
|
||||
@cInclude("freetype/ftcolor.h");
|
||||
@cInclude("freetype/ftlcdfil.h");
|
||||
@cInclude("freetype/ftsizes.h");
|
||||
@cInclude("freetype/ftstroke.h");
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue