fast image operations
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. /// |