Add GravityType type

This commit is contained in:
5ohue
2024-05-09 21:58:30 +03:00
parent 4b32edb17e
commit 8c9899a4e0
4 changed files with 76 additions and 5 deletions

View File

@ -36,7 +36,6 @@ use libc::size_t;
#[cfg(not(target_os = "freebsd"))]
use libc::ssize_t;
pub use bindings::GravityType;
pub use conversions::ToMagick;
pub use result::MagickError;
use result::Result;