freetype: rename freetype_pkg to pkg
This commit is contained in:
parent
772a821ce1
commit
d98bfab809
3 changed files with 13 additions and 6 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue