mirror of
https://github.com/bend-n/fimg.git
synced 2024-12-22 02:28:19 -06:00
reexport cloner overlays
This commit is contained in:
parent
5af9c16dc7
commit
214f25bbab
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "fimg"
|
||||
version = "0.4.4"
|
||||
version = "0.4.5"
|
||||
authors = ["bend-n <bend.n@outlook.com>"]
|
||||
license = "MIT"
|
||||
edition = "2021"
|
||||
|
|
|
@ -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.
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue