summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-03-07 06:09:51 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-03-07 06:09:51 +0100
commit5b3977daf6df624ca5d5e1a21ce282161234b22d (patch)
treec0efb1cda1dde399b60b89a2d57dc39feecca2cd /examples
parentbb49e17cabd45f3a21af98b4c5ecdddd507fd427 (diff)
downloadiced-5b3977daf6df624ca5d5e1a21ce282161234b22d.tar.gz
iced-5b3977daf6df624ca5d5e1a21ce282161234b22d.tar.bz2
iced-5b3977daf6df624ca5d5e1a21ce282161234b22d.zip
Implement `vector` pipeline in `iced_tiny_skia`
Diffstat (limited to 'examples')
-rw-r--r--examples/svg/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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 }