fast image operations
reexport cloner overlays
bendn 2023-09-25
parent 5af9c16 · commit 214f25b
-rw-r--r--Cargo.toml2
-rw-r--r--src/lib.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e020d1e..98203fd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "fimg"
-version = "0.4.4"
+version = "0.4.5"
authors = ["bend-n <[email protected]>"]
license = "MIT"
edition = "2021"
diff --git a/src/lib.rs b/src/lib.rs
index b42f557..0ff6d8b 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -34,7 +34,7 @@ mod drawing;
mod overlay;
pub mod scale;
use cloner::ImageCloner;
-pub use overlay::{Overlay, OverlayAt};
+pub use overlay::{ClonerOverlay, ClonerOverlayAt, Overlay, OverlayAt};
/// like assert!(), but causes undefined behaviour at runtime when the condition is not met.
///