1 2 3 4 5 6
#[path = "../examples/showcase/app.rs"] mod showcase; fn main() -> iced::Result { showcase::main() }