playdate-sys 0.1.4

Low-level Playdate API bindings
Documentation
# Examples

⚠️ All of the examples here are very low-level.


# How to run

```bash
# Simulator:
cargo playdate run -p=playdate-sys --example=hello-world --features=bindgen-runtime,bindings-derive-debug
# Device:
cargo playdate run -p=playdate-sys --example=hello-world --features=bindgen-runtime,bindings-derive-debug --device
```

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



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