fix: remove unnecessary image.rs dependencies
This commit is contained in:
parent
1cc3f9ad74
commit
1b08166399
1 changed files with 6 additions and 2 deletions
|
|
@ -46,8 +46,12 @@ filenamify.workspace = true
|
||||||
tracing.workspace = true
|
tracing.workspace = true
|
||||||
time.workspace = true
|
time.workspace = true
|
||||||
lofty = { version = "0.21.0", optional = true }
|
lofty = { version = "0.21.0", optional = true }
|
||||||
image = { version = "0.25.0", optional = true }
|
image = { version = "0.25.0", optional = true, default-features = false, features = [
|
||||||
smartcrop2 = { version = "0.3.0", optional = true }
|
"rayon",
|
||||||
|
"jpeg",
|
||||||
|
"webp",
|
||||||
|
] }
|
||||||
|
smartcrop2 = { version = "0.3.1", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
path_macro.workspace = true
|
path_macro.workspace = true
|
||||||
|
|
|
||||||
Reference in a new issue