Closed virtualritz closed 4 years ago
Alright this one I will do this week :)
On Sat, 23 May 2020 at 05:29, Moritz Moeller notifications@github.com wrote:
cargo publish – you can do it! ;)
I talked to the iced https://github.com/hecrj/iced guys about supporting proper display of color widgets for their GUI crate and they are interested.
It would be nice to have as you could easily add e.g. color picker or color ramp widget to an app in Rust then and not worry about getting display right.
So then I got bold and suggested they could use your crate over palette https://github.com/Ogeon/palette.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/anderslanglands/colorspace-rs/issues/3, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAOYQXPNZXLTFMYA7GQLVLTRS2Y6XANCNFSM4NIAYRRQ .
Done :)
cargo publish
– you can do it! ;)I talked to the
iced
guys about supporting proper display of color widgets for their GUI crate and they are interested.It would be nice to have as you could easily add e.g. a color picker or color ramp widget to an app in Rust then and not worry about getting display right.
So then I got bold and suggested they could use your crate over
palette
.