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 `euclid` optional for the `crankstart-sys` crate #50
Hi,
Thank you for creating this, I'm having fun using
crankstart-sys
crate :-)As I don't need the
euclid
crate (because I'm usingglam
instead), It would be great if I could avoid pulling dependencies I don't need.I suggest making it optional, so crates that want it (i.e. the
crankstart
crate) can have it, and other consumers can opt-out.What do you think?