Skip to content

Commit

Permalink
Remove image features for uncommon image formats
Browse files Browse the repository at this point in the history
  • Loading branch information
mfontanini committed Feb 15, 2024
1 parent df8c1db commit 957b49b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 95 deletions.
94 changes: 0 additions & 94 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ crossterm = { version = "0.27", features = ["serde"] }
directories = "5.0"
hex = "0.4"
flate2 = "1.0"
image = "0.24"
image = { version = "0.24", features = ["gif", "jpeg", "jpeg_rayon", "png", "webp"], default-features = false }
sixel-rs = { version = "0.3.3", optional = true }
merge-struct = "0.1.0"
itertools = "0.12"
Expand Down

0 comments on commit 957b49b

Please sign in to comment.