Fix compilation of integration example in release mode

Fixes #2447.
This commit is contained in:
Héctor Ramón Jiménez 2024-05-22 12:29:31 +02:00
parent d993b53e09
commit d92e0f7bba
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -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"