robbycerantola / pastel

Pastel is a simple bitmap editor written in rust. Compatible with Redox and SDL2 platforms.
MIT License
4 stars 3 forks source link

Can't open or save jpg files in Redox-os #10

Open robbycerantola opened 6 years ago

robbycerantola commented 6 years ago

In Linux os we can save and load without problems jpg files , but NOT in Redox-os . Maybe the issue is related to how is compiled the image crate for the two different os-es.

robbycerantola commented 6 years ago

The problem is that jpeg-decoder crate used to manage jpg files has for default dependency rayon which is broken in Redox for some reason. Further investigation needed..... See also redox-os/orbutils#42