Skip to content

Commit

Permalink
Enable All Zopfli features for CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
szeweq committed May 18, 2024
1 parent 2848572 commit 101bca5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,9 @@ doc = false

[features]
anyhow = ["dep:anyhow"]
zip-zopfli = ["mc-repack-core/zip-zopfli"]

[dependencies]
mc-repack-core = {version = "0.20.1", path = "lib-core", features = ["nbt-zopfli", "png-zopfli"]}
mc-repack-core = {version = "0.20.1", path = "lib-core", features = ["all-zopfli"]}
crossbeam-channel = {workspace = true}
anyhow = {optional = true, workspace = true}
serde = {workspace = true}
Expand Down

0 comments on commit 101bca5

Please sign in to comment.