playdate-controls 0.1.2

High-level controls API built on-top of Playdate API
Documentation
[[example]]
crate-type = ["dylib", "staticlib"]
name = "buttons"
path = "examples/buttons.rs"

[[example]]
crate-type = ["dylib", "staticlib"]
name = "accelerometer"
path = "examples/accelerometer.rs"
[dependencies.sys]
default-features = false
package = "playdate-sys"
version = "0.1"

[features]
allocator = ["sys/allocator"]
bindgen-runtime = ["sys/bindgen-runtime"]
bindgen-static = ["sys/bindgen-static"]
bindings-derive-constparamty = ["sys/bindings-derive-constparamty"]
bindings-derive-copy = ["sys/bindings-derive-copy"]
bindings-derive-debug = ["sys/bindings-derive-debug"]
bindings-derive-default = ["sys/bindings-derive-default"]
bindings-derive-eq = ["sys/bindings-derive-eq"]
bindings-derive-hash = ["sys/bindings-derive-hash"]
bindings-derive-ord = ["sys/bindings-derive-ord"]
bindings-derive-partialeq = ["sys/bindings-derive-partialeq"]
bindings-derive-partialord = ["sys/bindings-derive-partialord"]
bindings-documentation = ["sys/bindings-documentation"]
default = ["sys/default"]
eh-personality = ["sys/eh-personality"]
entry-point = ["sys/entry-point"]
error-ctx = ["sys/error-ctx"]
lang-items = ["sys/lang-items"]
panic-handler = ["sys/panic-handler"]

[package]
authors = ["Alex Koz <a@koz.email>"]
description = "High-level controls API built on-top of Playdate API"
edition = "2021"
homepage = "https://github.com/boozook/playdate"
license = "MIT OR Apache-2.0"
name = "playdate-controls"
readme = "README.md"
repository = "https://github.com/boozook/playdate.git"
version = "0.1.2"
[package.metadata.playdate]
bundle-id = "rs.playdate.ctrl"