Fix wasm_bindgen backend in iced_futures
This commit is contained in:
parent
8bc49cd886
commit
0cf096273a
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ pub mod time {
|
|||
pub fn every(
|
||||
duration: std::time::Duration,
|
||||
) -> Subscription<wasm_timer::Instant> {
|
||||
Subscription::from_recipe(Every(duration))
|
||||
subscription::from_recipe(Every(duration))
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue