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:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user