diff options
author | 2023-03-07 06:09:51 +0100 | |
---|---|---|
committer | 2023-03-07 06:09:51 +0100 | |
commit | 5b3977daf6df624ca5d5e1a21ce282161234b22d (patch) | |
tree | c0efb1cda1dde399b60b89a2d57dc39feecca2cd /examples | |
parent | bb49e17cabd45f3a21af98b4c5ecdddd507fd427 (diff) | |
download | iced-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.toml | 2 |
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 } |