Disable default image features in library
This commit is contained in:
parent
58db14851e
commit
2a862a69d6
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ edition = { workspace = true }
|
|||
|
||||
[dependencies]
|
||||
clap = { workspace = true }
|
||||
image = { workspace = true }
|
||||
image = { workspace = true, default-features = true }
|
||||
mark = { workspace = true }
|
||||
palette = { workspace = true }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue