move MagickWand to wand/magick.rs and filters to filters.rs

This commit is contained in:
Mattis Marjak
2016-05-11 17:03:53 +03:00
parent 85a4b97b70
commit 4c7cebe628
4 changed files with 231 additions and 229 deletions

3
src/wand/mod.rs Normal file
View File

@ -0,0 +1,3 @@
mod magick;
pub use self::magick::MagickWand;