diff options
| author | Laurenz <laurmaedje@gmail.com> | 2020-11-27 20:01:54 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2020-11-27 20:01:54 +0100 |
| commit | bc997b7c3380d5f516f0aa58efc3dd513d75fafb (patch) | |
| tree | 7c16e93800f6e27bb90d87a1d2caefdfedc4e1de /bench | |
| parent | b4f809f1ea8a469d0bdee225f47d7f09bc22aa61 (diff) | |
Export images in PDF 🖼
Diffstat (limited to 'bench')
| -rw-r--r-- | bench/src/bench.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/src/bench.rs b/bench/src/bench.rs index e004c5ce..bc13ed01 100644 --- a/bench/src/bench.rs +++ b/bench/src/bench.rs @@ -11,7 +11,7 @@ use typst::layout::layout; use typst::parse::parse; use typst::typeset; -const FONT_DIR: &str = "fonts"; +const FONT_DIR: &str = "../fonts"; const COMA: &str = include_str!("../../tests/typ/coma.typ"); fn benchmarks(c: &mut Criterion) { |
