rust-faces icon indicating copy to clipboard operation
rust-faces copied to clipboard

Bump image version and respect user cache directory

Open blissd opened this issue 7 months ago • 0 comments

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.

blissd avatar Jul 09 '24 09:07 blissd