summaryrefslogtreecommitdiffstats
path: root/wgpu/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Malte Veerman <malte.veerman@gmail.com>2019-12-06 16:47:40 +0100
committerLibravatar Malte Veerman <malte.veerman@gmail.com>2019-12-11 20:02:43 +0100
commit80324284282f173e4d26e1f297daaf71a93f51a6 (patch)
treeafaf4816e7a9ae4f57616afc2386ff8695f3b3c4 /wgpu/Cargo.toml
parentc1b9f6652517dcbf5ffd83b5db4a624f9a5b0da4 (diff)
downloadiced-80324284282f173e4d26e1f297daaf71a93f51a6.tar.gz
iced-80324284282f173e4d26e1f297daaf71a93f51a6.tar.bz2
iced-80324284282f173e4d26e1f297daaf71a93f51a6.zip
Implemented SVG support in iced_wgpu.
Diffstat (limited to 'wgpu/Cargo.toml')
-rw-r--r--wgpu/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml
index 47ec0537..e8e9c877 100644
--- a/wgpu/Cargo.toml
+++ b/wgpu/Cargo.toml
@@ -17,3 +17,4 @@ image = "0.22"
glam = "0.8"
font-kit = "0.4"
log = "0.4"
+resvg = { version = "0.8", features = ["raqote-backend"] }