vips-rs 0.1.0-alpha.1

A rust binding to libvips.
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "pkg-config"
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"

[[package]]
name = "vips-rs"
version = "0.1.0-alpha.1"
dependencies = [
 "vips-sys",
]

[[package]]
name = "vips-sys"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebea2030078a3fc4e3d8c99e94d9ffc5ef0edb41392551f869018efc7f589c49"
dependencies = [
 "pkg-config",
]