freetype: rename freetype_pkg to pkg

This commit is contained in:
Ali Chraghi 2022-06-08 11:05:22 +04:30 committed by Stephen Gutekanst
parent 772a821ce1
commit d98bfab809
3 changed files with 13 additions and 6 deletions

View file

@ -33,6 +33,13 @@ pub fn build(b: *Builder) void {
}
```
and optionaly add harfbuzz:
```zig
exe.addPackage(freetype.harfbuzz_pkg);
freetype.link(b, exe, .{ .harfbuzz = .{} });
```
<details>
<description>Optional: Using Gyro dependency manager</description>