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

Add most missing system features #69

Closed FloppyDisck closed 10 months ago

FloppyDisck commented 11 months ago

Additions

Fixes

Questions

Currently all of the datetime functions return epoch as usize, but convert_epoch_to_datetime takes the epoch argument as u32 for fears of downcasting. Should this be changed into usize or should I leave it as is?

FloppyDisck commented 10 months ago

Conflicts have been resolved