From 88a408379999f82e32799ac879cc759ee01a4c74 Mon Sep 17 00:00:00 2001 From: Henry Schimke Date: Thu, 3 Aug 2023 15:20:49 -0500 Subject: [PATCH] update to 0.4.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7b6db6d..a696b66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ rand = "0.8.5" criterion = "0.5" [features] -default = ["image", "svg_read"] +default = ["image"] #/// Enable features required for image manipulation and reading. image = ["dep:image", "dep:imageproc"]