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

Fix simulator builds by adding +nightly #58

Open garethknowles opened 3 months ago

garethknowles commented 3 months ago

Adding +nightly to simulator builds seems to fix pd-rs/crank/issues/57

boozook commented 2 months ago

Thanks! đź‘Ť But what if user hasn't rustup, but just nightly toolchain? This for example.

paulyoung commented 2 months ago

I don’t use rustup and adding +nightly causes errors for me.

It would be great if this could do something like check for the presence of rustup or be configured via an environment variable.

boozook commented 2 months ago

Rustup existence can be determined by env var, yes. Example.