feat: basic cpu graph
This commit is contained in:
parent
8f0abd2b78
commit
99c60658fa
4 changed files with 237 additions and 13 deletions
|
|
@ -1,10 +1,12 @@
|
|||
[package]
|
||||
name = "iced-template"
|
||||
name = "itop"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
license = "AGPL-3.0-or-later"
|
||||
|
||||
[dependencies]
|
||||
sysinfo = "0.39.6"
|
||||
|
||||
[dependencies.iced]
|
||||
version = "0.14.0"
|
||||
features = [ "canvas" ]
|
||||
|
|
|
|||
Loading…
Reference in a new issue