iced-yoda/src/time.rs
2025-04-02 11:10:26 +02:00

13 lines
271 B
Rust

//! Listen and react to time.
pub use crate::core::time::*;
#[allow(unused_imports)]
#[cfg_attr(
docsrs,
doc(cfg(any(
feature = "tokio",
feature = "smol",
target_arch = "wasm32"
)))
)]
pub use iced_futures::backend::default::time::*;