daemos 0.1.2

A local-only music player
Documentation
1
2
3
4
5
6
7
8
9
10
#[derive(Debug, Clone, Default)]
pub struct TaskTable {
    // context: SharedContext,
}

impl TaskTable {
    pub fn ui(&mut self, ui: &mut egui::Ui) {
        ui.label("I am a tasks table");
    }
}