update smartcrop2 to v0.4.0, remove black borders from album covers

This commit is contained in:
ThetaDev 2025-03-04 22:38:01 +01:00
parent 965d76472b
commit fb76c85472
2 changed files with 8 additions and 4 deletions

View file

@ -51,7 +51,7 @@ image = { version = "0.25.0", optional = true, default-features = false, feature
"jpeg",
"webp",
] }
smartcrop2 = { version = "0.3.1", optional = true }
smartcrop2 = { version = "0.4.0", optional = true }
[dev-dependencies]
path_macro.workspace = true