From 264a7dedd42e27cd9e604037640cf0594b2ec46b Mon Sep 17 00:00:00 2001 From: Laurenz Date: Fri, 19 Mar 2021 17:57:31 +0100 Subject: =?UTF-8?q?Scheduled=20maintenance=20=F0=9F=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - New naming scheme - TextNode instead of NodeText - CallExpr instead of ExprCall - ... - Less glob imports - Removes Value::Args variant - Removes prelude - Renames Layouted to Fragment - Moves font into env - Moves shaping into layout - Moves frame into separate module --- bench/src/bench.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bench') diff --git a/bench/src/bench.rs b/bench/src/bench.rs index cf752769..afb827b8 100644 --- a/bench/src/bench.rs +++ b/bench/src/bench.rs @@ -1,11 +1,10 @@ use criterion::{criterion_group, criterion_main, Criterion}; use fontdock::fs::FsIndex; -use typst::env::{Env, ResourceLoader}; +use typst::env::{Env, FsIndexExt, ResourceLoader}; use typst::eval::eval; use typst::exec::{exec, State}; use typst::export::pdf; -use typst::font::FsIndexExt; use typst::layout::layout; use typst::library; use typst::parse::parse; -- cgit v1.2.3