mirror of
https://github.com/Dangoware/sqp.git
synced 2025-06-22 06:32:55 -05:00
Removed unnecessary image formats to reduce binary size
This commit is contained in:
parent
dbb6990617
commit
b679d57783
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ authors.workspace = true
|
|||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
clap = { version = "4.5", features = ["derive"] }
|
||||
image = "0.25"
|
||||
image = { version = "0.25", default-features = false, features = ["bmp", "gif", "ico", "jpeg", "png", "pnm", "qoi", "rayon", "tga", "tiff", "webp"] }
|
||||
sqp = { path = "../sqp" }
|
||||
text_io = "0.1"
|
||||
|
||||
|
|
Loading…
Reference in a new issue