Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Oct 6, 2024
1 parent ef07bc7 commit 533bfdf
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
20 changes: 10 additions & 10 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 @@ -21,7 +21,7 @@ iced = { version = "0.13.1", features = [
"markdown"
] }
iced_runtime = "0.13.0"
iced_layershell = "0.8.0"
iced_layershell = "0.9.0-beta1"
tokio = { version = "1.40", features = ["full"] }
iced_futures = "0.13.1"
env_logger = "0.11.5"
Expand Down
3 changes: 2 additions & 1 deletion lala_bar/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use zbus_mpirs::ServiceInfo;

use chrono::prelude::*;
use iced_layershell::reexport::{Anchor, KeyboardInteractivity, Layer, NewLayerShellSettings};
use iced_layershell::settings::{LayerShellSettings, Settings};
use iced_layershell::settings::{LayerShellSettings, Settings, StartMode};
use iced_layershell::to_layer_message;
use iced_layershell::MultiApplication;
use iced_runtime::window::Action as WindowAction;
Expand Down Expand Up @@ -72,6 +72,7 @@ pub fn main() -> Result<(), iced_layershell::Error> {
exclusive_zone: 35,
anchor: Anchor::Bottom | Anchor::Left | Anchor::Right,
layer: Layer::Top,
start_mode: StartMode::AllScreens,
..Default::default()
},
..Default::default()
Expand Down

0 comments on commit 533bfdf

Please sign in to comment.