reexport cloner overlays

This commit is contained in:
bendn 2023-09-25 16:49:49 +07:00
parent 5af9c16dc7
commit 214f25bbab
No known key found for this signature in database
GPG key ID: 0D9D3A2A3B2A93D6
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[package] [package]
name = "fimg" name = "fimg"
version = "0.4.4" version = "0.4.5"
authors = ["bend-n <bend.n@outlook.com>"] authors = ["bend-n <bend.n@outlook.com>"]
license = "MIT" license = "MIT"
edition = "2021" edition = "2021"

View file

@ -34,7 +34,7 @@ mod drawing;
mod overlay; mod overlay;
pub mod scale; pub mod scale;
use cloner::ImageCloner; 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. /// like assert!(), but causes undefined behaviour at runtime when the condition is not met.
/// ///