diff options
Diffstat (limited to 'wgpu/Cargo.toml')
-rw-r--r-- | wgpu/Cargo.toml | 2 |
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"] |