fast image operations
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 53ae5d7..e1c8249 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -36,7 +36,7 @@ pub mod pixels;
#[cfg(feature = "scale")]
pub mod scale;
use cloner::ImageCloner;
-pub use overlay::{ClonerOverlay, ClonerOverlayAt, Overlay, OverlayAt};
+pub use overlay::{BlendingOverlay, ClonerOverlay, ClonerOverlayAt, Overlay, OverlayAt};
/// like assert!(), but causes undefined behaviour at runtime when the condition is not met.
///