diff --git a/README.md b/README.md index 8f6e7f4..6fe6b21 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ A somewhat safe Rust interface to the [ImageMagick](http://www.imagemagick.org/) ## Dependencies +Because this crate is generating bindings for a C/C++ library, there are several dependencies beyond simply having the latest Rust toolchain installed. + * [Rust](https://www.rust-lang.org) stable * [ImageMagick](https://imagemagick.org) (version 7.0.10-36 to 7.1.x) - Does _not_ work with ImageMagick **6.x** due to backward incompatible changes.