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
233 stars 24 forks source link

Show proper error in `load_font` call #72

Closed SomeoneToIgnore closed 11 months ago

SomeoneToIgnore commented 11 months ago

Currently, playdate console complains that null got passed into Fond::new if the font failed to load, show the actual error instead.