From 1220ce55bc882cc4fef891c8b2d0fdc22e18a015 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Tue, 6 Dec 2022 04:35:08 +0100 Subject: Showcase color filtering in existing `svg` example ... and remove the `svg_style` example --- examples/svg_style/Cargo.toml | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 examples/svg_style/Cargo.toml (limited to 'examples/svg_style/Cargo.toml') diff --git a/examples/svg_style/Cargo.toml b/examples/svg_style/Cargo.toml deleted file mode 100644 index 9ecda7c4..00000000 --- a/examples/svg_style/Cargo.toml +++ /dev/null @@ -1,10 +0,0 @@ -[package] -name = "svg_style" -version = "0.1.0" -edition = "2021" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - -[dependencies] -iced = { path = "../..", features = ["svg"] } -iced_style = { path = "../../style" } \ No newline at end of file -- cgit