From 54fae3c7283632e292a2ad99b314e5879bf02176 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Wed, 28 Feb 2024 17:15:59 +0100 Subject: [PATCH] Re-export `SystemTime` in `time` module --- src/time.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/time.rs b/src/time.rs index e255d751..38aa54ab 100644 --- a/src/time.rs +++ b/src/time.rs @@ -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(