diff options
author | 2020-03-31 00:39:18 +0200 | |
---|---|---|
committer | 2020-03-31 00:39:18 +0200 | |
commit | ae009158cc322b69403a2512ac51582062029c99 (patch) | |
tree | bd9d64674e046f743c8688e9246e1605fa3573ed /examples/svg/Cargo.toml | |
parent | 6e9ab1cd6f5358d323040379e3aadbed2cc4f7f8 (diff) | |
download | iced-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.toml | 1 |
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" |