diff options
author | 2022-01-28 18:43:20 +0700 | |
---|---|---|
committer | 2022-01-28 21:37:17 +0700 | |
commit | e730d97f61bc2edc77d2f061b6a763c4d0a948df (patch) | |
tree | 8966e2ad3b093c83295b3ad0c5b8d1c460a1c158 /futures/Cargo.toml | |
parent | 167be45a7db7c1f60a79116766bdf38300429c6a (diff) | |
download | iced-e730d97f61bc2edc77d2f061b6a763c4d0a948df.tar.gz iced-e730d97f61bc2edc77d2f061b6a763c4d0a948df.tar.bz2 iced-e730d97f61bc2edc77d2f061b6a763c4d0a948df.zip |
Implement `time` module for `wasm-bindgen` backend in `iced_futures`
Diffstat (limited to 'futures/Cargo.toml')
-rw-r--r-- | futures/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/futures/Cargo.toml b/futures/Cargo.toml index aa55df1e..93c7693d 100644 --- a/futures/Cargo.toml +++ b/futures/Cargo.toml @@ -36,6 +36,7 @@ optional = true [target.'cfg(target_arch = "wasm32")'.dependencies] wasm-bindgen-futures = "0.4" +wasm-timer = "0.2" [package.metadata.docs.rs] rustdoc-args = ["--cfg", "docsrs"] |