[package] name = "leap-sys" version = "0.2.0" authors = ["Urho Laukkarinen "] edition = "2018" license-file = "LICENSE" readme = "README.md" description = "Rust bindings for the Leap Motion C library" homepage = "https://github.com/urholaukkarinen/leap-sys" repository = "https://github.com/urholaukkarinen/leap-sys" keywords = ["leap", "leapmotion", "gesture", "tracking", "vr"] categories = ["external-ffi-bindings", "hardware-support", "computer-vision"] build = "build.rs" [build-dependencies] bindgen = { version = "0.60.1", optional = true } [features] default = [] buildtime_bindgen = ["bindgen"]