Skip to content

Commit

Permalink
egui: cleanup cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
bastibl committed Feb 4, 2024
1 parent e55b8a4 commit 7555db2
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions examples/egui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,9 @@ env_logger = { version = "0.11", default-features = false, features = [
"auto-color",
"humantime",
] }
futuresdr = { path = "../..", features = ["seify"] }
futuresdr-remote = { path = "../../crates/remote/" }
tokio = { version = "1", features = ["full"] }
tungstenite = { version = "0.21", features = ["rustls-tls-webpki-roots"] }
url = "2.5"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
clap = { version = "4", features = ["derive"] }
futuresdr = { path = "../..", features = ["seify"] }
tokio = { version = "1", features = ["full"] }

[target.'cfg(target_arch = "wasm32")'.dependencies]
console_error_panic_hook = "0.1"
console_log = "1"
futuresdr = { path = "../.." }

0 comments on commit 7555db2

Please sign in to comment.