Skip to content

Commit

Permalink
Remove web-sys dependency (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippGackstatter authored Jan 19, 2022
1 parent f5761bf commit 923e033
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions crates/timers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@ js-sys = "0.3.31"
futures-core = { version = "0.3", optional = true }
futures-channel = { version = "0.3", optional = true }

[dependencies.web-sys]
version = "0.3.19"
features = [
"Window",
"WorkerGlobalScope",
]

[features]
default = []
futures = ["futures-core", "futures-channel"]
Expand Down

0 comments on commit 923e033

Please sign in to comment.