From a4829306cb3c4ed8ff986ce1211c4c03cf32b81e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Tue, 25 Nov 2025 09:11:02 +0100 Subject: [PATCH] Enable `default-features` for `iced_wgpu` in `integration` example --- examples/integration/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/integration/Cargo.toml b/examples/integration/Cargo.toml index 2b5f99e4..246d726f 100644 --- a/examples/integration/Cargo.toml +++ b/examples/integration/Cargo.toml @@ -7,7 +7,9 @@ publish = false [dependencies] iced_winit.workspace = true + iced_wgpu.workspace = true +iced_wgpu.default-features = true iced_widget.workspace = true iced_widget.features = ["wgpu"]