summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector@hecrj.dev>2023-11-14 20:59:49 +0100
committerLibravatar GitHub <noreply@github.com>2023-11-14 20:59:49 +0100
commitb474a2b7a763dcde6a377cb409001a7b5285ee8d (patch)
tree6e751607bb103e7011807a45797923d86214d88d /Cargo.toml
parent817f72868746461891ca4e74473c555f3b5c5703 (diff)
parent0968c5b64a528ff92a5a93f6586eef557546da25 (diff)
downloadiced-b474a2b7a763dcde6a377cb409001a7b5285ee8d.tar.gz
iced-b474a2b7a763dcde6a377cb409001a7b5285ee8d.tar.bz2
iced-b474a2b7a763dcde6a377cb409001a7b5285ee8d.zip
Merge pull request #2085 from bungoboingo/shader-widget
[Feature] Custom Shader Widget
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d69c95cf..ad4cd1bb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,7 +20,7 @@ maintenance = { status = "actively-developed" }
[features]
default = ["wgpu"]
# Enable the `wgpu` GPU-accelerated renderer backend
-wgpu = ["iced_renderer/wgpu"]
+wgpu = ["iced_renderer/wgpu", "iced_widget/wgpu"]
# Enables the `Image` widget
image = ["iced_widget/image", "dep:image"]
# Enables the `Svg` widget