doc: add a sentence about dependencies

This commit is contained in:
Nathan Fiedler
2024-05-25 15:15:54 -07:00
parent dd69c64e43
commit 9570989a04

View File

@ -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.