# Examples These examples additionally uses other crates with parts of Playdate API to minimize the amount of code. # How to run ```bash cargo playdate run -p=playdate-graphics --example=font --features=sys/lang-items,sys/entry-point cargo playdate run -p=playdate-graphics --example=bitmap --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