pd-rs / crank

A wrapper for cargo to use creating games for the Playdate handheld gaming system.
MIT License
83 stars 16 forks source link

Clarify that target must be added to nightly #39

Closed tjkirch closed 1 year ago

tjkirch commented 1 year ago

This had me stuck briefly today - the existing command in the README installs the target for your default toolchain, which for many people will be stable, not nightly, and then nightly builds initiated from crank won't have the target available. This change clarifies the command so that the target is added for nightly specifically.