Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

mode name
-rw-r--r-- README.md
-rw-r--r-- handler.rs
-rw-r--r-- hello-world.rs
README

Examples

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

How to run

cargo playdate run -p=playdate-sys --example=hello-world --features=lang-items

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

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