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

Make sure image table lifetimes are correct. #23

Open rtsuk opened 2 years ago

rtsuk commented 2 years ago

See https://devforum.play.date/t/lifetimes-for-bitmaps-loaded-from-bitmap-tables/984/3

rtsuk commented 1 year ago

Right now it is not correct; if one dropped all references to the bitmap table, the individual bitmaps would be pointing to freed memory.