Add webgl feature for web examples
This commit is contained in:
parent
89d9c45d25
commit
9c2ad457d8
4 changed files with 14 additions and 0 deletions
|
|
@ -7,3 +7,7 @@ publish = false
|
|||
|
||||
[dependencies]
|
||||
iced.workspace = true
|
||||
|
||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||
iced.workspace = true
|
||||
iced.features = ["webgl"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue