kornelski / lodepng-rust

All-in-one PNG image encoder/decoder in pure Rust
https://lib.rs/lodepng
zlib License
100 stars 23 forks source link

Use a workspace and correct dependencies to unbreak linking of unittest. #24

Closed eddyb closed 6 years ago

eddyb commented 6 years ago

I don't know how this ever worked before, but I needed this to run the tests on Linux.

kornelski commented 6 years ago

Thanks! It has worked on macOS and Windows, and I was wondering why Linux didn't like it.