playdate-menu 0.3.1

High-level system menu API built on-top of Playdate API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Examples

These example additionally uses other crates with parts of Playdate API to minimize the amount of code.


# How to run

```bash
cargo playdate run -p=playdate-menu --example=menu --features=sys/lang-items,sys/entry-point,system/try-trait-v2
```

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



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