fix: remove unnecessary image.rs dependencies

This commit is contained in:
ThetaDev 2024-10-23 23:35:08 +02:00
parent 1cc3f9ad74
commit 1b08166399
No known key found for this signature in database
GPG key ID: E319D3C5148D65B6

View file

@ -46,8 +46,12 @@ filenamify.workspace = true
tracing.workspace = true
time.workspace = true
lofty = { version = "0.21.0", optional = true }
image = { version = "0.25.0", optional = true }
smartcrop2 = { version = "0.3.0", optional = true }
image = { version = "0.25.0", optional = true, default-features = false, features = [
"rayon",
"jpeg",
"webp",
] }
smartcrop2 = { version = "0.3.1", optional = true }
[dev-dependencies]
path_macro.workspace = true