Re-export SystemTime in time module

This commit is contained in:
Héctor Ramón Jiménez 2024-02-28 17:15:59 +01:00
parent 3d90665f9d
commit 54fae3c728
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -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(