Skip to content

Commit

Permalink
remove unused image formats
Browse files Browse the repository at this point in the history
  • Loading branch information
FerrahWolfeh committed Feb 6, 2023
1 parent fe4c972 commit edd0e7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 177 deletions.
175 changes: 0 additions & 175 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "avif-converter"
version = "0.1.0"
version = "0.5.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -10,7 +10,7 @@ bytesize = "1.1.0"
clap = { version = "4.1.4", features = ["derive", "cargo"] }
color-eyre = "0.6.2"
hex = "0.4.3"
image = "0.24.5"
image = { version = "0.24.5", default-features = false, features = ["png", "jpeg", "bmp", "webp"] }
indicatif = { version = "0.17.3", features = ["rayon"] }
md5 = "0.7.0"
num_cpus = "1.15.0"
Expand Down

0 comments on commit edd0e7f

Please sign in to comment.