From be7cfc85d08c545abfac08098b7b33b4bd71f37e Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sun, 27 Oct 2024 19:04:55 +0100 Subject: Split out four new crates (#5302) --- crates/typst-render/src/shape.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crates/typst-render/src/shape.rs') diff --git a/crates/typst-render/src/shape.rs b/crates/typst-render/src/shape.rs index f31262ef..f9ff7f3a 100644 --- a/crates/typst-render/src/shape.rs +++ b/crates/typst-render/src/shape.rs @@ -1,6 +1,6 @@ use tiny_skia as sk; -use typst::layout::{Abs, Axes, Point, Ratio, Size}; -use typst::visualize::{ +use typst_library::layout::{Abs, Axes, Point, Ratio, Size}; +use typst_library::visualize::{ DashPattern, FillRule, FixedStroke, Geometry, LineCap, LineJoin, Path, PathItem, Shape, }; -- cgit v1.2.3