Skip to content

Commit

Permalink
Dont use tracing-subscriber dependency on web
Browse files Browse the repository at this point in the history
  • Loading branch information
Nisatru committed Sep 9, 2023
1 parent 52da89a commit 052fe0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/integration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ iced_winit.workspace = true
iced_wgpu.workspace = true
iced_widget.workspace = true

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
tracing-subscriber = "0.3"

[target.'cfg(target_arch = "wasm32")'.dependencies]
Expand Down

0 comments on commit 052fe0e

Please sign in to comment.