Skip to content

Commit

Permalink
Add wasm-bindgen feature to support wasm32-unknown-unknown targets (
Browse files Browse the repository at this point in the history
#1)

* add  feature

* revert forked bits
  • Loading branch information
trevor-scheer authored Aug 17, 2024
1 parent 63dd0c1 commit b20da51
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ documentation = "https://docs.rs/debounced/"
homepage = "https://github.com/glacyr/debounced"
repository = "https://github.com/glacyr/debounced"

[features]
wasm-bindgen = ["futures-timer/wasm-bindgen"]

[dependencies]
futures-timer = "3.0.2"
futures-util = { version = "0.3.25", default-features = false, features = ["sink"] }
Expand Down

0 comments on commit b20da51

Please sign in to comment.