Skip to content

Commit

Permalink
Single feature for Zopfli
Browse files Browse the repository at this point in the history
  • Loading branch information
szeweq committed May 13, 2024
1 parent 9c6e4fd commit da86948
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ nbt = []
nbt-zopfli = ["nbt", "dep:zopfli"]
png-zopfli = ["png", "oxipng/zopfli"]
zip-zopfli = ["zip/deflate-zopfli", "dep:zopfli"]
all-zopfli = ["nbt-zopfli", "png-zopfli", "zip-zopfli"]
default = ["png", "toml", "nbt"]

[dependencies]
Expand Down

0 comments on commit da86948

Please sign in to comment.