From 7e1f99d0a210509d2c9bc837c137b62e3321f068 Mon Sep 17 00:00:00 2001 From: bendn Date: Fri, 27 Oct 2023 06:04:34 +0700 Subject: [PATCH] fix default feature --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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