Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Dec 6, 2024
1 parent a4e83bf commit e6aa131
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lala_bar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ iced = { version = "0.13.1", features = [
] }
iced_runtime = "0.13.2"
tokio = { version = "1.42", features = ["full"] }
iced_layershell = "0.11.0"
iced_layershell = "0.12.0"
iced_futures = "0.13.2"
env_logger = "0.11.5"
tracing = "0.1.40"
Expand Down
4 changes: 2 additions & 2 deletions lala_bar/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use zbus_mpirs::ServiceInfo;
use futures::channel::mpsc::Sender;
use iced_aw::date_picker::Date;
use iced_aw::time_picker::Time;
use iced_layershell::{to_layer_message, LayerSingleton};
use iced_layershell::{to_layer_message, WindowInfoMarker};

mod aximer;
mod config;
Expand Down Expand Up @@ -35,7 +35,7 @@ pub fn main() -> Result<(), iced_layershell::Error> {
music_bar::run_lalabar()
}

#[derive(Debug, Clone, PartialEq, LayerSingleton)]
#[derive(Debug, Clone, PartialEq, WindowInfoMarker)]
pub enum LaLaInfo {
#[singleton]
Launcher,
Expand Down

0 comments on commit e6aa131

Please sign in to comment.