playdate-sys 0.3.2

Low-level Playdate API bindings
Documentation
[[example]]
crate-type = ["dylib", "staticlib"]
name = "hello-world"
path = "examples/hello-world.rs"
required-features = ["lang-items"]

[[example]]
crate-type = ["dylib", "staticlib"]
name = "handler"
path = "examples/handler.rs"
required-features = ["lang-items", "entry-point"]
[build-dependencies.bindgen]
default-features = false
optional = true
package = "playdate-bindgen"
version = "0.1"

[build-dependencies.bindgen-cfg]
default-features = false
package = "playdate-bindgen-cfg"
version = "0.1"
[dependencies.arrayvec]
default-features = false
optional = true
version = "0.7"

[features]
allocator = []
bindgen-logging = ["bindgen/logging"]
bindgen-pretty-please = ["bindgen/pretty-please"]
bindgen-runtime = ["bindgen", "bindgen/runtime"]
bindgen-static = ["bindgen", "bindgen/static"]
bindgen-which-rustfmt = ["bindgen/which-rustfmt"]
bindings-derive-constparamty = []
bindings-derive-copy = []
bindings-derive-debug = []
bindings-derive-default = []
bindings-derive-eq = []
bindings-derive-hash = []
bindings-derive-ord = []
bindings-derive-partialeq = []
bindings-derive-partialord = []
bindings-documentation = ["bindgen/documentation"]
default = ["bindgen-runtime", "bindings-derive-debug"]
eh-personality = []
entry-point = []
error-ctx = []
lang-items = ["allocator", "panic-handler", "eh-personality"]
panic-handler = ["arrayvec"]
try-trait-v2 = []

[package]
authors = ["Alex Koz <a@koz.email>"]
build = "src/build.rs"
categories = ["external-ffi-bindings", "development-tools::ffi", "game-development", "no-std"]
description = "Low-level Playdate API bindings"
edition = "2021"
homepage = "https://github.com/boozook/playdate"
keywords = ["playdate", "bindings", "ffi", "gamedev"]
license = "MIT OR Apache-2.0"
name = "playdate-sys"
readme = "README.md"
repository = "https://github.com/boozook/playdate.git"
version = "0.3.2"
[package.metadata.docs.rs]
all-features = false
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples", "-Zbuild-std=core,alloc"]
default-target = "thumbv7em-none-eabihf"
features = ["lang-items", "entry-point", "try-trait-v2", "error-ctx", "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.sys"