summaryrefslogtreecommitdiffstats
path: root/wgpu/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector@hecrj.dev>2024-02-09 02:06:31 +0100
committerLibravatar GitHub <noreply@github.com>2024-02-09 02:06:31 +0100
commit073466708eef2b4c6331244e905f6739d8dfb076 (patch)
tree64b41f2deadf0fe1da5ff588d9d04bf351f1bd28 /wgpu/Cargo.toml
parent111c8bfa7965cad8fe7253c8601e620b8582eaaf (diff)
parentd3043161cfed63099534c9356a67dbd7ee31aed2 (diff)
downloadiced-073466708eef2b4c6331244e905f6739d8dfb076.tar.gz
iced-073466708eef2b4c6331244e905f6739d8dfb076.tar.bz2
iced-073466708eef2b4c6331244e905f6739d8dfb076.zip
Merge pull request #2227 from wyatt-herkamp/update_depends
Update 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"]