Move webgl feature selection for wgpu into iced_wgpu
This commit is contained in:
parent
1c36446115
commit
06bbcc310e
3 changed files with 8 additions and 8 deletions
|
|
@ -7,7 +7,7 @@ publish = false
|
|||
|
||||
[dependencies]
|
||||
iced_winit = { path = "../../winit" }
|
||||
iced_wgpu = { path = "../../wgpu", features = ["webgl"] }
|
||||
iced_wgpu = { path = "../../wgpu" }
|
||||
iced_widget = { path = "../../widget" }
|
||||
env_logger = "0.8"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue