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