mirror of
https://github.com/bend-n/fimg.git
synced 2024-12-22 10:28:21 -06:00
reexport cloner overlays
This commit is contained in:
parent
5af9c16dc7
commit
214f25bbab
|
@ -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"
|
||||||
|
|
|
@ -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.
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in a new issue