Re-export SystemTime in time module
This commit is contained in:
parent
3d90665f9d
commit
54fae3c728
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
//! Listen and react to time.
|
||||
pub use iced_core::time::{Duration, Instant};
|
||||
pub use iced_core::time::{Duration, Instant, SystemTime};
|
||||
|
||||
#[allow(unused_imports)]
|
||||
#[cfg_attr(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue