Automatically build ImageMagick bindings

Leave the generated bindings out of the source repository and instead
have Cargo automatically build them if they are missing. This allows the
version of MagickWand to be incorporated into the bindings
automatically. For instance, in Homebrew the version is 6.Q16, while on
FreeBSD 10.2 it is 6.9, and only be generating the bindings for each
system can we ensure a smooth compilation process.
This commit is contained in:
Nathan Fiedler
2016-01-24 21:56:11 -08:00
parent 34c4fec9fe
commit 04e1052266
5 changed files with 99 additions and 8721 deletions

1
src/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
bindings.rs

File diff suppressed because it is too large Load Diff