summaryrefslogtreecommitdiffstats
path: root/src/canvas/components.rs
blob: 219c624591d997565ab2954aad8fc9da86ae07ef (plain)
1
2
3
4
5
6
7
8
9
10
//! Some common components to reuse when drawing widgets.

pub mod time_chart;
pub use time_chart::*;

pub mod time_graph;
pub use time_graph::*;

pub mod text_table;
pub use text_table::*;