Closed schoenenberg closed 4 years ago
Looks good to me. I'm both surprised that time
has yet another deprecation and that there is now a way to do this using only std
.
Thanks!
By the way, there are some similar deprecations in rawloader
on which imagepipe
depends to decode the raw formats themselves:
https://github.com/pedrocr/rawloader/
Maybe you'd like to fix those too? :wink:
I will take a look at it tomorrow.
Hi Pedro,
I removed the
time
dependency due to the deprecatednow()
method in thetime
crate.Best regards, Maximilian