Merge branch 'master' into beacon

This commit is contained in:
Héctor Ramón Jiménez 2024-05-09 12:32:25 +02:00
commit aaf396256e
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
284 changed files with 18747 additions and 15450 deletions

View file

@ -15,7 +15,6 @@ enable = ["dep:iced_sentinel", "dep:once_cell"]
[dependencies]
iced_core.workspace = true
iced_style.workspace = true
iced_sentinel.workspace = true
iced_sentinel.optional = true

View file

@ -1,8 +1,7 @@
pub use iced_core as core;
pub use iced_style as style;
use crate::core::theme;
use crate::core::window;
use crate::style::theme;
pub use internal::Timer;
@ -52,9 +51,9 @@ pub fn skip_next_timing() {
#[cfg(feature = "enable")]
mod internal {
use crate::core::theme;
use crate::core::time::{Instant, SystemTime};
use crate::core::window;
use crate::style::theme;
use iced_sentinel::client::{self, Client};
use iced_sentinel::timing::{self, Timing};