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 `euclid` optional for the `crankstart-sys` crate #50

Closed jcornaz closed 1 year ago

jcornaz commented 1 year ago

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 using glam 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?

boozook commented 1 year ago

👍