From d92e0f7bba8959384467048c7eca84b4b8a7195f Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Wed, 22 May 2024 12:29:31 +0200 Subject: Fix compilation of `integration` example in `release` mode Fixes #2447. --- examples/integration/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/integration/Cargo.toml') diff --git a/examples/integration/Cargo.toml b/examples/integration/Cargo.toml index a4a961f8..7f8feb3f 100644 --- a/examples/integration/Cargo.toml +++ b/examples/integration/Cargo.toml @@ -8,7 +8,9 @@ publish = false [dependencies] iced_winit.workspace = true iced_wgpu.workspace = true + iced_widget.workspace = true +iced_widget.features = ["wgpu"] [target.'cfg(not(target_arch = "wasm32"))'.dependencies] tracing-subscriber = "0.3" -- cgit