Move webgl feature selection for wgpu into iced_wgpu

This commit is contained in:
Héctor Ramón Jiménez 2023-03-05 06:40:20 +01:00
parent 1c36446115
commit 06bbcc310e
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
3 changed files with 8 additions and 8 deletions

View file

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