1
0

remove todos

This commit is contained in:
Rokas Puzonas 2023-01-29 23:44:54 +02:00
parent 770359d531
commit 3442e591b5

View File

@ -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> {