Skip to content

Instantly share code, notes, and snippets.

View luizvidoto's full-sized avatar

Luiz Otávio Vidoto luizvidoto

View GitHub Profile
use iced::executor;
use iced::{Application, Command, Element, Settings, Theme};
use router::Router;
#[derive(Debug, Clone)]
pub enum Message {
RouterMessage(router::Message),
}
struct MyApp {