fix: add image with default features as a dev-dependency
This commit is contained in:
parent
b722c0da19
commit
70fbcb8f24
|
@ -23,6 +23,9 @@ maintenance = { status = "passively-maintained" }
|
|||
image = { version = "0.20", default-features = false, optional = true }
|
||||
checked_int_cast = "1"
|
||||
|
||||
[dev-dependencies]
|
||||
image = "0.20"
|
||||
|
||||
[features]
|
||||
default = ["image", "svg"]
|
||||
bench = []
|
||||
|
|
Loading…
Reference in a new issue