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"]