freetype: add running examples instruction
This commit is contained in:
parent
ca0db5a701
commit
017b469e2f
1 changed files with 5 additions and 1 deletions
|
|
@ -68,7 +68,11 @@ const freetype = @import("freetype");
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
See the `examples/` directory.
|
See the `examples/` directory. for running each example do:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
zig build run-example-<name> # e.g run-example-single_glyph
|
||||||
|
```
|
||||||
|
|
||||||
## Join the community
|
## Join the community
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue