Skip to content

Commit

Permalink
Remove unncessary feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Aloso committed Jun 24, 2020
1 parent 8e165df commit 4cb08f6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 194 deletions.
194 changes: 1 addition & 193 deletions Cargo.lock

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

7 changes: 6 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,9 @@ rand = "0.7"
lexical-sort = "0.3"
trash = "1.0"
clap = { version = "2.33", default-features = false }
libavif-image = { version = "0.2", optional = true }

[dependencies.libavif-image]
version = "0.2"
default-features = false
features = ["codec-dav1d"]
optional = true

0 comments on commit 4cb08f6

Please sign in to comment.