playdate-system 0.3.0

High-level System API built on-top of Playdate API
Documentation
[[example]]
crate-type = ["dylib", "staticlib"]
name = "handler-boxed"
path = "examples/handler-boxed.rs"
required-features = ["sys/entry-point"]

[[example]]
crate-type = ["dylib", "staticlib"]
name = "handler-static"
path = "examples/handler-static.rs"
required-features = ["sys/entry-point"]

[[example]]
crate-type = ["dylib", "staticlib"]
name = "handler-pinned"
path = "examples/handler-pinned.rs"
required-features = ["sys/entry-point"]
[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>"]
categories = ["game-development", "api-bindings", "no-std"]
description = "High-level System API built on-top of Playdate API"
edition = "2021"
homepage = "https://github.com/boozook/playdate"
keywords = ["playdate", "sdk", "api", "gamedev"]
license = "MIT OR Apache-2.0"
name = "playdate-system"
readme = "README.md"
repository = "https://github.com/boozook/playdate.git"
version = "0.3.0"
[package.metadata.docs.rs]
all-features = false
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples", "-Zbuild-std=core,alloc"]
default-target = "thumbv7em-none-eabihf"
features = ["bindings-derive-default", "bindings-derive-eq", "bindings-derive-copy", "bindings-derive-debug", "bindings-derive-hash", "bindings-derive-ord", "bindings-derive-partialeq", "bindings-derive-partialord"]
rustdoc-args = ["--cfg", "docsrs", "--show-type-layout"]

[package.metadata.playdate]
bundle-id = "rs.playdate.system"