From 5d2383b59653cb7f49c943dd2964f00defb4fd12 Mon Sep 17 00:00:00 2001 From: ShootingStarDragons Date: Sun, 11 Aug 2024 22:22:17 +0859 Subject: [PATCH] chore: use lastest version of iced_layershell --- Cargo.lock | 15 +++++++++------ lala_bar/Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 68acdcd..d699788 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1677,8 +1677,9 @@ dependencies = [ [[package]] name = "iced_layershell" -version = "0.4.0-rc2" -source = "git+https://github.com/waycrate/exwlshelleventloop#f64677fd8d31103192b4ba696f14aeda447c005b" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "22fc82ffb0235b92f0320c2b61f853af07d08f4a8e98cf5268377991bc321503" dependencies = [ "futures", "iced", @@ -1989,8 +1990,9 @@ dependencies = [ [[package]] name = "layershellev" -version = "0.4.0-rc2" -source = "git+https://github.com/waycrate/exwlshelleventloop#f64677fd8d31103192b4ba696f14aeda447c005b" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f6efd8e67c8f00679252fdd2fa0f1593a3b721fc05e3d8a7c3a784dba3ff207f" dependencies = [ "bitflags 2.6.0", "log", @@ -3960,8 +3962,9 @@ dependencies = [ [[package]] name = "waycrate_xkbkeycode" -version = "0.4.0-rc2" -source = "git+https://github.com/waycrate/exwlshelleventloop#f64677fd8d31103192b4ba696f14aeda447c005b" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4f097fec295da6c970aa3b66f51a0b64fb772b1cc014c1dc6f8b6340ffb6ce0e" dependencies = [ "bitflags 2.6.0", "log", diff --git a/lala_bar/Cargo.toml b/lala_bar/Cargo.toml index 09aef21..619cf23 100644 --- a/lala_bar/Cargo.toml +++ b/lala_bar/Cargo.toml @@ -20,7 +20,7 @@ iced = { version = "0.12", features = [ ] } #iced_native = "0.12" iced_runtime = "0.12" -iced_layershell = { git = "https://github.com/waycrate/exwlshelleventloop", package = "iced_layershell" } +iced_layershell = "0.4.0" tokio = { version = "1.39", features = ["full"] } iced_futures = "0.12.0" env_logger = "0.11.5"