[package] authors = ["Adrienne Walker ", "Dana Jansens "] description = "Rust bindings for the Playdate hand held gaming system's C API, generated with bindgen." documentation = "https://docs.rs/craydate-sys" edition = "2021" homepage = "https://github.com/danakj/craydate" license = "MIT/Apache-2.0" name = "craydate-sys" repository = "https://github.com/danakj/craydate" version = "0.1.3" [dependencies] bindgen = {version = "0.59", optional = true} [features] generate = ["bindgen"]