summaryrefslogtreecommitdiffstats
path: root/graphics/src/image/raster.rs
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/src/image/raster.rs')
-rw-r--r--graphics/src/image/raster.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/src/image/raster.rs b/graphics/src/image/raster.rs
index da46c30f..03211160 100644
--- a/graphics/src/image/raster.rs
+++ b/graphics/src/image/raster.rs
@@ -1,8 +1,8 @@
//! Raster image loading and caching.
use crate::image::Storage;
-use crate::Size;
-use iced_native::image;
+use iced_core::image;
+use iced_core::Size;
use bitflags::bitflags;
use std::collections::{HashMap, HashSet};