Initial generated bindings and basic API

This commit is contained in:
Nathan Fiedler
2015-06-06 21:30:42 -07:00
commit ed91ab75d0
6 changed files with 9038 additions and 0 deletions

7
Cargo.toml Normal file
View File

@ -0,0 +1,7 @@
[package]
name = "magick-rust"
version = "0.1.0"
authors = ["Nathan Fiedler <nathanfiedler@fastmail.fm>"]
[dependencies]
libc = "0.1.8"