fast image operations
fix default feature
bendn 2023-10-27
parent e6f2a38 · commit 7e1f99d
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d580d7c..0de3b77 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -41,7 +41,7 @@ harness = false
[features]
save = ["png"]
text = ["fontdue"]
-default = ["save", "text"]
+default = ["save"]
[profile.release]
debug = 2