Implement svg::Handle::from_memory

Useful if you already have your SVG data in memory.
This commit is contained in:
Héctor Ramón Jiménez 2020-03-31 00:39:18 +02:00
parent 6e9ab1cd6f
commit ae009158cc
4 changed files with 76 additions and 28 deletions

View file

@ -7,4 +7,3 @@ publish = false
[dependencies]
iced = { path = "../..", features = ["svg"] }
env_logger = "0.7"