Enable default-features for iced_wgpu in integration example
This commit is contained in:
parent
7e8cf76db1
commit
a4829306cb
1 changed files with 2 additions and 0 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue