From 24cb4d1090688af62be8c59da0707a744f18ef8e Mon Sep 17 00:00:00 2001 From: Henry Schimke Date: Thu, 12 Jan 2023 14:02:21 -0600 Subject: [PATCH] svg should be optional --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b14bf05..3fec9e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ java-properties = "1.4.1" java-rand = "0.2.0" [features] -default = ["image", "svg_write", "svg_read"] +default = ["image"] image = ["dep:image", "dep:imageproc"] allow_forced_iso_ied_18004_compliance = [] svg_write = ["dep:svg"]