diff --git a/lala_bar/Cargo.toml b/lala_bar/Cargo.toml index 0d0b1f5..033536a 100644 --- a/lala_bar/Cargo.toml +++ b/lala_bar/Cargo.toml @@ -22,6 +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_futures = "0.13.2" env_logger = "0.11.5" tracing = "0.1.40"