diff --git a/src/main.rs b/src/main.rs index 63c52af..a77f722 100644 --- a/src/main.rs +++ b/src/main.rs @@ -15,12 +15,9 @@ use config::{MemoryConfigStore, Config, TomlConfigStore}; use eframe::egui; use timetable::{DummyTimetableGetter, Timetable, Event, BlockingTimetableGetter}; -// TODO: use lazy_static!() to load assets -// TODO: convert events_table to egui widget // TODO: show errors when loading config // TODO: Settings menu // TODO: use "confy" for config loading? -// TODO: refactor persistence // TODO: Setup pipeline fn main() -> Result<(), ureq::Error> {