feat: update the cpu graph async
This commit is contained in:
parent
99c60658fa
commit
2314f67349
3 changed files with 72 additions and 32 deletions
|
|
@ -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" ]
|
||||
|
|
|
|||
Loading…
Reference in a new issue