don't use futures-executor when it's not the default executor
This commit is contained in:
parent
a3a7503eef
commit
baadcc150f
12 changed files with 41 additions and 12 deletions
|
|
@ -12,6 +12,9 @@ iced_wgpu.workspace = true
|
|||
iced_widget.workspace = true
|
||||
iced_widget.features = ["wgpu"]
|
||||
|
||||
futures.workspace = true
|
||||
futures.features = ["thread-pool"]
|
||||
|
||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||
tracing-subscriber = "0.3"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue