[package] name = "efl-sys" version = "0.3.0" authors = ["Brandon Boese "] links = "efl" build = "build.rs" license = "MPL-2.0" repository = "https://codeberg.org/JustSoup321/efl-rs" homepage = "https://codeberg.org/JustSoup321/efl-rs" description = """ Raw Enlightenment Foundation Libraries bindings in Rust. """ keywords = ["efl", "efl-rs", "enlightenment", "GUI", "bindgen"] categories = ["external-ffi-bindings"] readme = "README.md" [lib] name = "efl_sys" path = "lib.rs" [build-dependencies] bindgen = "0.69.4" pkg-config = "0.3.30"