summaryrefslogtreecommitdiffstats
path: root/examples/svg_style/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-12-06 04:35:08 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-12-06 04:36:00 +0100
commit1220ce55bc882cc4fef891c8b2d0fdc22e18a015 (patch)
tree5b77a7be692dedd7e6203249a0b64278982f09e5 /examples/svg_style/Cargo.toml
parentc0ca1807d42b0ec58887df9926ff53a587104723 (diff)
downloadiced-1220ce55bc882cc4fef891c8b2d0fdc22e18a015.tar.gz
iced-1220ce55bc882cc4fef891c8b2d0fdc22e18a015.tar.bz2
iced-1220ce55bc882cc4fef891c8b2d0fdc22e18a015.zip
Showcase color filtering in existing `svg` example
... and remove the `svg_style` example
Diffstat (limited to 'examples/svg_style/Cargo.toml')
-rw-r--r--examples/svg_style/Cargo.toml10
1 files changed, 0 insertions, 10 deletions
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