diff options
Diffstat (limited to 'crates/typst-render/src/shape.rs')
| -rw-r--r-- | crates/typst-render/src/shape.rs | 4 |
1 files changed, 2 insertions, 2 deletions
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, }; |
