From 8882947a4da0d13310ce06f5c122e6c4ecd07467 Mon Sep 17 00:00:00 2001 From: Billy Messenger <60663878+BillyDM@users.noreply.github.com> Date: Sun, 7 Jul 2024 13:16:11 -0500 Subject: [PATCH] forgot to remove default features --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a002877..01350f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,6 @@ repository = "https://github.com/grovesNL/glyphon" license = "MIT OR Apache-2.0 OR Zlib" [features] -default = ["svg-icons"] svg-icons = ["dep:resvg"] [dependencies]