Skip to content

Commit

Permalink
Merge pull request #1978 from fintelia/webp-encode
Browse files Browse the repository at this point in the history
Webp encode
  • Loading branch information
fintelia committed Aug 25, 2023
2 parents 0c7e816 + 24b8851 commit 23c347e
Show file tree
Hide file tree
Showing 6 changed files with 636 additions and 57 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -76,7 +76,7 @@ qoi = ["dep:qoi"]
# Enables WebP decoder support.
webp = []
# Non-default, not included in `webp`. Requires native dependency libwebp.
webp-encoder = ["libwebp"]
webp-encoder = ["libwebp", "webp"]

# Enables multi-threading.
# Requires latest stable Rust.
Expand Down

0 comments on commit 23c347e

Please sign in to comment.