fast image operations
Diffstat (limited to 'src/overlay.rs')
-rw-r--r--src/overlay.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/overlay.rs b/src/overlay.rs
index 8561ab5..8eca5d5 100644
--- a/src/overlay.rs
+++ b/src/overlay.rs
@@ -4,7 +4,7 @@ use crate::cloner::ImageCloner;
use super::{assert_unchecked, Image};
use crate::pixels::Blend;
-use std::simd::{simd_swizzle, Simd, SimdInt, SimdPartialOrd};
+use std::simd::prelude::*;
/// Trait for layering a image ontop of another, with a offset to the second image.
pub trait OverlayAt<W> {