use iced::Sandbox; use iced::settings::Settings; mod palette; mod app; fn main() { app::DelyriumApp::run(Settings::default()).unwrap(); }