summaryrefslogtreecommitdiffstats
path: root/examples/svg/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-03-31 00:39:18 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-03-31 00:39:18 +0200
commitae009158cc322b69403a2512ac51582062029c99 (patch)
treebd9d64674e046f743c8688e9246e1605fa3573ed /examples/svg/Cargo.toml
parent6e9ab1cd6f5358d323040379e3aadbed2cc4f7f8 (diff)
downloadiced-ae009158cc322b69403a2512ac51582062029c99.tar.gz
iced-ae009158cc322b69403a2512ac51582062029c99.tar.bz2
iced-ae009158cc322b69403a2512ac51582062029c99.zip
Implement `svg::Handle::from_memory`
Useful if you already have your SVG data in memory.
Diffstat (limited to 'examples/svg/Cargo.toml')
-rw-r--r--examples/svg/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/svg/Cargo.toml b/examples/svg/Cargo.toml
index 161ee6a8..d8f83ac2 100644
--- a/examples/svg/Cargo.toml
+++ b/examples/svg/Cargo.toml
@@ -7,4 +7,3 @@ publish = false
[dependencies]
iced = { path = "../..", features = ["svg"] }
-env_logger = "0.7"