diff options
Diffstat (limited to 'wgpu/src/image/atlas/allocation.rs')
-rw-r--r-- | wgpu/src/image/atlas/allocation.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/wgpu/src/image/atlas/allocation.rs b/wgpu/src/image/atlas/allocation.rs index 43aba875..11289771 100644 --- a/wgpu/src/image/atlas/allocation.rs +++ b/wgpu/src/image/atlas/allocation.rs @@ -1,7 +1,6 @@ +use crate::core::Size; use crate::image::atlas::{self, allocator}; -use iced_graphics::Size; - #[derive(Debug)] pub enum Allocation { Partial { |