crankstart 0.1.2

A barely functional, wildly incomplete and basically undocumented Rust crate whose aim is to let you write games for the [Playdate handheld gaming system](https://play.date) in [Rust](https://www.rust-lang.org).
Documentation
[dependencies.anyhow]
default-features = false
version = "1.0.31"

[dependencies.crankstart-sys]
version = "0.1.2"

[dependencies.cstr_core]
default-features = false
features = ["alloc"]
version = "=0.1.2"

[dependencies.euclid]
default-features = false
features = ["libm"]
version = "0.20.13"

[dependencies.hashbrown]
version = "0.7.2"

[dependencies.heapless]
version = "0.6.1"

[dev-dependencies.enum-iterator]
version = "0.6.0"

[dev-dependencies.rand]
default-features = false
features = ["alloc"]
version = "0.8.4"

[dev-dependencies.rand_pcg]
version = "0.3.1"

[dev-dependencies.randomize]
version = "3.0.1"

[[example]]
crate-type = ["staticlib", "cdylib"]
name = "hello_world"
path = "examples/hello_world.rs"

[[example]]
crate-type = ["staticlib", "cdylib"]
name = "life"
path = "examples/life.rs"

[[example]]
crate-type = ["staticlib", "cdylib"]
name = "sprite_game"
path = "examples/sprite_game.rs"

[package]
authors = ["Rob Tsuk <rob@tsuk.com>"]
description = "A barely functional, wildly incomplete and basically undocumented Rust crate whose aim is to let you write games for the [Playdate handheld gaming system](https://play.date) in [Rust](https://www.rust-lang.org)."
edition = "2018"
license = "MIT"
name = "crankstart"
readme = "README.md"
repository = "https://github.com/pd-rs/crankstart"
version = "0.1.2"

[package.metadata.cargo-xbuild]
memcpy = false
panic_immediate_abort = false
sysroot_path = "target/sysroot"

[profile.dev]
lto = true
opt-level = 2
panic = "abort"

[profile.release]
lto = true
opt-level = "z"
panic = "abort"