Enable default-features for iced_wgpu in integration example

This commit is contained in:
Héctor Ramón Jiménez 2025-11-25 09:11:02 +01:00
parent 7e8cf76db1
commit a4829306cb
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

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