batery and time working (POC more than anything)

This commit is contained in:
Jiří Maxmilián Stříbrný 2026-03-17 19:25:26 +01:00
parent 70ad7e9b65
commit 958b7714da
7 changed files with 107 additions and 25 deletions

View file

@ -4,6 +4,7 @@ version = "0.1.0"
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 }
winit = { version = "0.30.12", default-features = false, features = ["wayland"] }