Add GravityType type
This commit is contained in:
@ -2,6 +2,7 @@ mod colorspace_type;
|
||||
mod composite_operator;
|
||||
mod dither_method;
|
||||
mod filter_type;
|
||||
mod gravity_type;
|
||||
mod metric_type;
|
||||
mod resource_type;
|
||||
|
||||
@ -9,5 +10,6 @@ pub use self::colorspace_type::ColorspaceType;
|
||||
pub use self::composite_operator::CompositeOperator;
|
||||
pub use self::dither_method::DitherMethod;
|
||||
pub use self::filter_type::FilterType;
|
||||
pub use self::gravity_type::GravityType;
|
||||
pub use self::metric_type::MetricType;
|
||||
pub use self::resource_type::ResourceType;
|
||||
|
||||
Reference in New Issue
Block a user