Skip to content

Commit d92e0f7

Browse files
committed
Fix compilation of integration example in release mode
Fixes iced-rs#2447.
1 parent d993b53 commit d92e0f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/integration/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ publish = false
88
[dependencies]
99
iced_winit.workspace = true
1010
iced_wgpu.workspace = true
11+
1112
iced_widget.workspace = true
13+
iced_widget.features = ["wgpu"]
1214

1315
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
1416
tracing-subscriber = "0.3"

0 commit comments

Comments
 (0)