rust-faces
rust-faces copied to clipboard
Bump image version and respect user cache directory
I'm experimenting with using rust-faces in a Linux photo gallery app I develop but I was unable to compile against the latest release. Looks like the problem is some differences in the versions of image-rs that we both use.
This PR bumps the image
and imageproc
versions to 0.25.0
, which fixes the problem for me.
I've also replaced the home
dependency with directories
so the XDG_CACHE_DIR
directory will be used.