bumped iced_layershell version

This commit is contained in:
Jiří Maxmilián Stříbrný 2026-03-24 15:14:18 +01:00
parent c2c4881942
commit 83b396ae3e
3 changed files with 12 additions and 12 deletions

View file

@ -6,7 +6,7 @@ edition = "2024"
[dependencies]
chrono = "0.4.44"
iced = { version = "0.14.0", default-features = false, features = ["wgpu", "wayland", "tokio"] }
iced_layershell = { version = "0.15.0", default-features = false }
iced_layershell = { version = "0.16.0", default-features = false }
ppd = "0.1.7"
tokio = { version = "1.50.0", features = ["time"] }
winit = { version = "0.30.12", default-features = false, features = ["wayland"] }