freetype: import structs from namespace
this is *Not a Breaking* change
This commit is contained in:
parent
4a0802639c
commit
241892ad86
10 changed files with 173 additions and 182 deletions
|
|
@ -3,7 +3,7 @@ const c = @import("c");
|
|||
const intToError = @import("error.zig").intToError;
|
||||
const Error = @import("error.zig").Error;
|
||||
const Stroker = @import("stroke.zig").Stroker;
|
||||
const Face = @import("Face.zig");
|
||||
const Face = @import("freetype.zig").Face;
|
||||
const OpenArgs = @import("freetype.zig").OpenArgs;
|
||||
const LcdFilter = @import("lcdfilter.zig").LcdFilter;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue