[package] name = "playdate-color" version = "0.2.5" readme = "README.md" description = "Color extension for Playdate API" keywords = ["playdate", "sdk", "api", "gamedev"] categories = ["game-development", "api-bindings", "graphics", "no-std"] edition.workspace = true license.workspace = true authors.workspace = true homepage.workspace = true repository.workspace = true [features] default = ["sys/default"] # playdate-sys features, should be shared because it's build configuration: bindgen-runtime = ["sys/bindgen-runtime"] bindgen-static = ["sys/bindgen-static"] bindings-derive-debug = ["sys/bindings-derive-debug"] [dependencies.sys] workspace = true default-features = false [package.metadata.docs.rs] all-features = false features = [ "sys/bindings-derive-default", "sys/bindings-derive-eq", "sys/bindings-derive-copy", "bindings-derive-debug", "sys/bindings-derive-hash", "sys/bindings-derive-ord", "sys/bindings-derive-partialeq", "sys/bindings-derive-partialord", ] rustdoc-args = ["--cfg", "docsrs", "--show-type-layout"] default-target = "thumbv7em-none-eabihf" cargo-args = [ "-Zunstable-options", "-Zrustdoc-scrape-examples", "-Zbuild-std=core,alloc", ]