Remove webgl feature in pokedex example
This commit is contained in:
parent
1481f0c0a4
commit
5961030c05
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ publish = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
iced.workspace = true
|
iced.workspace = true
|
||||||
iced.features = ["image", "debug", "tokio", "webgl"]
|
iced.features = ["image", "debug", "tokio"]
|
||||||
|
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue