From ae009158cc322b69403a2512ac51582062029c99 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Tue, 31 Mar 2020 00:39:18 +0200 Subject: Implement `svg::Handle::from_memory` Useful if you already have your SVG data in memory. --- examples/svg/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'examples/svg/Cargo.toml') 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" -- cgit