Add ColorspaceType type
This commit is contained in:
@ -36,7 +36,7 @@ use libc::size_t;
|
||||
#[cfg(not(target_os = "freebsd"))]
|
||||
use libc::ssize_t;
|
||||
|
||||
pub use bindings::{ColorspaceType, DitherMethod, FilterType, GravityType};
|
||||
pub use bindings::{DitherMethod, FilterType, GravityType};
|
||||
pub use conversions::ToMagick;
|
||||
pub use result::MagickError;
|
||||
use result::Result;
|
||||
|
||||
Reference in New Issue
Block a user