diff options
-rw-r--r-- | examples/svg/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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"] } |