playdate-system 0.3.13

High-level System API built on-top of Playdate API
Documentation
# Examples


# How to run

```bash
cargo playdate run -p=playdate-system --example=handler-static --features=sys/lang-items,sys/entry-point

cargo playdate run -p=playdate-system --example=handler-boxed --features=sys/lang-items,sys/entry-point

cargo playdate run -p=playdate-system --example=handler-pinned --features=sys/lang-items,sys/entry-point

cargo playdate run -p=playdate-system --example=set-serial-message-callback --features=sys/lang-items,sys/entry-point

cargo playdate run -p=playdate-system --example=update-state-in-serial-message-callback --features=sys/lang-items,sys/entry-point
```

More information how to use [cargo-playdate][] in help: `cargo playdate --help`.



[cargo-playdate]: https://crates.io/crates/cargo-playdate