Tag new release with small API addition

Also, update bindgen version and format some of the comments and
documentation.

cargo test passes
This commit is contained in:
Nathan Fiedler
2017-07-07 20:38:01 -07:00
parent cba0de65fa
commit 1436145cb5
5 changed files with 14 additions and 7 deletions

View File

@ -7,8 +7,10 @@ A somewhat safe Rust interface to the [ImageMagick](http://www.imagemagick.org/)
* Rust (~latest release)
* Cargo (~latest release)
* ImageMagick (version 6.9)
- [Homebrew](http://brew.sh) and [FreeBSD](https://www.freebsd.org) provide this version
- Homebrew: `brew install imagemagick@6` followed by `brew link --force imagemagick@6`
- [FreeBSD](https://www.freebsd.org) provides this version
- [Homebrew](http://brew.sh) requires special steps:
+ `brew install imagemagick@6`
+ `brew link --force imagemagick@6`
- Linux may require building ImageMagick from source
* Clang (version 3.5 or higher)
- Or whatever version is dictated by [rust-bindgen](https://github.com/servo/rust-bindgen)