From 81d154d63a637d69f0c710780e2bbcd45ef4683c Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Tue, 7 Mar 2023 06:15:38 +0100 Subject: Use default features in `svg` example --- examples/svg/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/svg/Cargo.toml b/examples/svg/Cargo.toml index 7b45c672..f5a6eaa2 100644 --- a/examples/svg/Cargo.toml +++ b/examples/svg/Cargo.toml @@ -6,4 +6,4 @@ edition = "2021" publish = false [dependencies] -iced = { path = "../..", features = ["svg", "tiny-skia", "debug"], default-features = false } +iced = { path = "../..", features = ["svg"] } -- cgit