summaryrefslogtreecommitdiffstats
path: root/wgpu/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Wyatt Herkamp <wherkamp@gmail.com>2024-02-01 07:15:59 -0500
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-02-09 01:53:34 +0100
commit149e8b4103008a8c1450c77a04e318097ddcbd22 (patch)
tree78aa8c4846338745cd5b751e7e1093c16b517f7b /wgpu/Cargo.toml
parent111c8bfa7965cad8fe7253c8601e620b8582eaaf (diff)
downloadiced-149e8b4103008a8c1450c77a04e318097ddcbd22.tar.gz
iced-149e8b4103008a8c1450c77a04e318097ddcbd22.tar.bz2
iced-149e8b4103008a8c1450c77a04e318097ddcbd22.zip
Update some dependencies
Diffstat (limited to 'wgpu/Cargo.toml')
-rw-r--r--wgpu/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml
index 1d3b57a7..4a0d89f0 100644
--- a/wgpu/Cargo.toml
+++ b/wgpu/Cargo.toml
@@ -17,7 +17,7 @@ all-features = true
[features]
geometry = ["iced_graphics/geometry", "lyon"]
image = ["iced_graphics/image"]
-svg = ["resvg"]
+svg = ["resvg/text"]
web-colors = ["iced_graphics/web-colors"]
webgl = ["wgpu/webgl"]