Remove webgl feature in pokedex example

This commit is contained in:
Héctor Ramón Jiménez 2023-12-15 14:10:33 +01:00
parent 1481f0c0a4
commit 5961030c05
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -7,7 +7,7 @@ publish = false
[dependencies]
iced.workspace = true
iced.features = ["image", "debug", "tokio", "webgl"]
iced.features = ["image", "debug", "tokio"]
serde_json = "1.0"