freetype: drop c package
This commit is contained in:
parent
1e0fa20622
commit
16d4e374a9
27 changed files with 6245 additions and 46 deletions
|
|
@ -1,11 +1,6 @@
|
|||
const std = @import("std");
|
||||
const freetype = @import("freetype");
|
||||
|
||||
// Remove once the stage2 compiler fixes pkg std not found
|
||||
comptime {
|
||||
_ = @import("utils");
|
||||
}
|
||||
|
||||
const OutlinePrinter = struct {
|
||||
library: freetype.Library,
|
||||
face: freetype.Face,
|
||||
|
|
|
|||
|
|
@ -2,11 +2,6 @@
|
|||
const std = @import("std");
|
||||
const freetype = @import("freetype");
|
||||
|
||||
// Remove once the stage2 compiler fixes pkg std not found
|
||||
comptime {
|
||||
_ = @import("utils");
|
||||
}
|
||||
|
||||
pub fn main() !void {
|
||||
var gpa = std.heap.GeneralPurposeAllocator(.{}){};
|
||||
defer _ = gpa.deinit();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue