feat: basic cpu graph

This commit is contained in:
electria 2026-08-15 14:11:29 -07:00
commit 99c60658fa
Signed by: electria
SSH key fingerprint: SHA256:8LlB3ucPbBHqozqkhsNbaV5oG3SlzzqUj8FZDL6IPQs
4 changed files with 237 additions and 13 deletions

View file

@ -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" ]