Skip to content

Commit

Permalink
Remove webgl feature in pokedex example
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Dec 15, 2023
1 parent 1481f0c commit 5961030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/pokedex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 5961030

Please sign in to comment.