pd-rs / crankstart

A barely functional, wildly incomplete and basically undocumented Rust crate whose aim is to let you write Games for the Playdate handheld gaming system in Rust.
MIT License
235 stars 24 forks source link

Fix macro expansion errors #75

Closed SomeoneToIgnore closed 1 year ago

SomeoneToIgnore commented 1 year ago

crankstart_game lacked ; and caused syntax errors, add it back. Also fix a couple of nullptr clippy lints.

image