thscharler / spreadsheet-ods

Apache License 2.0
29 stars 6 forks source link

Can't use formatting because the color crate is broken #25

Closed Bqleine closed 2 years ago

Bqleine commented 2 years ago

The "color" crate is broken and can't be built, therefore no Rgb struct can be passed to functions needing colors like set_background_color

thscharler commented 2 years ago

I will look at this. May take a few days until I find the time.

Bqleine commented 2 years ago

thanks!

thscharler commented 2 years ago

I updated my dependencies and ran my tests. Seems to be working?

Could you bring some error messages or so.

Bqleine commented 2 years ago

Turns out I used the wrong color crate (:skull:). Sorry for bothering you