From 149e8b4103008a8c1450c77a04e318097ddcbd22 Mon Sep 17 00:00:00 2001 From: Wyatt Herkamp Date: Thu, 1 Feb 2024 07:15:59 -0500 Subject: Update some dependencies --- wgpu/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wgpu/Cargo.toml') 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"] -- cgit