summaryrefslogtreecommitdiff
path: root/crates/typst-render/src/image.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/typst-render/src/image.rs')
-rw-r--r--crates/typst-render/src/image.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/typst-render/src/image.rs b/crates/typst-render/src/image.rs
index dcbf7982..27b03911 100644
--- a/crates/typst-render/src/image.rs
+++ b/crates/typst-render/src/image.rs
@@ -3,8 +3,8 @@ use std::sync::Arc;
use image::imageops::FilterType;
use image::{GenericImageView, Rgba};
use tiny_skia as sk;
-use typst::layout::Size;
-use typst::visualize::{Image, ImageKind};
+use typst_library::layout::Size;
+use typst_library::visualize::{Image, ImageKind};
use crate::{AbsExt, State};