iced-yoda/src/time.rs

15 lines
302 B
Rust
Raw Normal View History

//! Listen and react to time.
pub use crate::core::time::*;
2023-03-27 15:43:52 +02:00
#[allow(unused_imports)]
#[cfg_attr(
docsrs,
doc(cfg(any(
feature = "tokio",
feature = "async-std",
feature = "smol",
target_arch = "wasm32"
)))
)]
pub use iced_futures::backend::default::time::*;