Skip to content

Commit

Permalink
Add optional AVIF support
Browse files Browse the repository at this point in the history
  • Loading branch information
Aloso committed Jun 24, 2020
1 parent 187c06a commit 8e165df
Show file tree
Hide file tree
Showing 3 changed files with 283 additions and 20 deletions.
233 changes: 232 additions & 1 deletion Cargo.lock

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

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ lto = true
[features]
default = []
networking = ["ureq"]
avif = ["libavif-image"]

[package.metadata.bundle]
name = "Emulsion"
Expand Down Expand Up @@ -53,3 +54,4 @@ rand = "0.7"
lexical-sort = "0.3"
trash = "1.0"
clap = { version = "2.33", default-features = false }
libavif-image = { version = "0.2", optional = true }
Loading

0 comments on commit 8e165df

Please sign in to comment.