[package] name = "freeimage-sys" description = "Rust build helpers for freeimage. Licensed as GPL3, GPL2 or FreeImage License" license-file = "FreeImage/license-fi.txt" homepage = "http://freeimage.sourceforge.net" repository = "https://github.com/arturoc/freeimage-sys" version = "3.18.3" authors = [ "Hervé Drolon ", "Arturo Castro " ] links = "freeimage" build = "build.rs" [lib] name = "freeimage_sys" path = "empty.rs" [target.'cfg(windows)'.build-dependencies] cc = "1" [build-dependencies] fs_extra = "1"