crankit-image 0.1.3

An ergonomic image API for the playdate
Documentation
[dependencies.anyhow]
default-features = false
optional = true
version = "1.0.75"

[dependencies.playdate-sys-v02]
default-features = false
optional = true
package = "playdate-sys"
version = "0.2.11"
[dev-dependencies.rstest]
default-features = false
version = "0.18.2"

[features]
anyhow = ["dep:anyhow"]
default = []
playdate-sys-v02 = ["dep:playdate-sys-v02"]
[lints.clippy]
exhaustive_enums = "deny"
exhaustive_structs = "deny"
pedantic = "warn"

[lints.rust]

[package]
authors = ["Jonathan Cornaz"]
categories = ["api-bindings", "game-development", "no-std"]
description = "An ergonomic image API for the playdate"
edition = "2021"
keywords = ["playdate", "gamedev", "no_std"]
license = "Unlicense"
name = "crankit-image"
readme = "README.md"
repository = "https://github.com/jcornaz/crankit-image"
version = "0.1.3"
[package.metadata.docs.rs]
all-features = false
no-default-features = true
rustdoc-args = ["--cfg", "docsrs"]

[package.metadata.playdate]
bundle-id = "com.github.jcornaz.crankit-image"
[profile.dev]
panic = "abort"

[profile.release]
panic = "abort"