Disable debug view on Wasm (for now)
This commit is contained in:
parent
0079a8a3e9
commit
42f5a61809
2 changed files with 3 additions and 2 deletions
|
|
@ -16,5 +16,6 @@ enable = ["dep:iced_beacon"]
|
|||
[dependencies]
|
||||
iced_core.workspace = true
|
||||
|
||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||
iced_beacon.workspace = true
|
||||
iced_beacon.optional = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue