tylerreisinger / prisma

A powerful color representation, manipulation and conversion library that aims to be easy to use.
MIT License
21 stars 5 forks source link

Re-export dependencies such as angular-units #16

Open ash2x3zb9cy opened 4 years ago

ash2x3zb9cy commented 4 years ago

Angular-units is a dependency of the crate, but since prisma doesn't re-export it, users need to add angular-units to their own dependencies in order to use things like prisma::Hsv. I think it'd help usability to add a re-export.

tylerreisinger commented 5 months ago

It's been a while since I did serious Rust library dev. What'd you suggest adding to support that?