diff options
author | 2023-09-09 14:15:11 +0200 | |
---|---|---|
committer | 2023-09-09 14:15:11 +0200 | |
commit | 052fe0edaeb0d6ce096375751eec02b953faf2a1 (patch) | |
tree | 7cda55e5836930d77cad0e842da3e391b6ddecd6 /examples/integration | |
parent | 52da89ac531cdf93b0e74afdd5bf6ad366551f82 (diff) | |
download | iced-052fe0edaeb0d6ce096375751eec02b953faf2a1.tar.gz iced-052fe0edaeb0d6ce096375751eec02b953faf2a1.tar.bz2 iced-052fe0edaeb0d6ce096375751eec02b953faf2a1.zip |
Dont use tracing-subscriber dependency on web
Diffstat (limited to 'examples/integration')
-rw-r--r-- | examples/integration/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/integration/Cargo.toml b/examples/integration/Cargo.toml index bf70a619..6b9fcc57 100644 --- a/examples/integration/Cargo.toml +++ b/examples/integration/Cargo.toml @@ -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] |