html terminal
remove zopfli for faster compression
bendn 2023-07-31
parent 2a1b946 · commit 34eb983
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c0dde38..9f25552 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -42,8 +42,7 @@ serde_json = "1.0"
btparse = "0.1.1"
mindus = { version = "1", features = ["schem_shadow"], default-features = false }
image = { version = "0.24.6", features = ["png"], default-features = false }
-oxipng = { version = "8.0.0", features = ["parallel", "zopfli"], default-features = false }
-zopfli = { version = "0.7.4", features = ["nightly"] }
+oxipng = { version = "8.0.0", features = [], default-features = false }
[profile.release]
strip = true