summaryrefslogtreecommitdiffstats
path: root/src/canvas/widgets.rs
blob: 6b2fe78f5e35f87695dc48d9e87fa911ac80e4dd (plain)
1
2
3
4
5
6
7
8
9
10
11
pub mod basic_table_arrows;
pub mod battery_display;
pub mod cpu_basic;
pub mod cpu_graph;
pub mod disk_table;
pub mod mem_basic;
pub mod mem_graph;
pub mod network_basic;
pub mod network_graph;
pub mod process_table;
pub mod temperature_table;