feat: update the cpu graph async

This commit is contained in:
electria 2026-08-15 14:38:06 -07:00
commit 2314f67349
Signed by: electria
SSH key fingerprint: SHA256:8LlB3ucPbBHqozqkhsNbaV5oG3SlzzqUj8FZDL6IPQs
3 changed files with 72 additions and 32 deletions

View file

@ -5,8 +5,9 @@ edition = "2024"
license = "AGPL-3.0-or-later"
[dependencies]
smol = "2.0.2"
sysinfo = "0.39.6"
[dependencies.iced]
version = "0.14.0"
features = [ "canvas" ]
features = [ "canvas", "smol" ]