freetype: drop c package

This commit is contained in:
Ali Chraghi 2022-08-28 20:22:02 +04:30 committed by Stephen Gutekanst
parent 1e0fa20622
commit 16d4e374a9
27 changed files with 6245 additions and 46 deletions

View file

@ -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,

View file

@ -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();