Implemented SVG support in iced_wgpu.

This commit is contained in:
Malte Veerman 2019-12-06 16:47:40 +01:00
parent c1b9f66525
commit 8032428428
5 changed files with 640 additions and 1 deletions

View file

@ -17,3 +17,4 @@ image = "0.22"
glam = "0.8"
font-kit = "0.4"
log = "0.4"
resvg = { version = "0.8", features = ["raqote-backend"] }