Is initial state needed when coding a GUI with druid?

66 Views Asked by At

I guess I'm not completely sure what initial state means in Druid, or if it is even needed at all.

AppLauncher::with_window(main_window)
    .log_to_console()
    .launch(initial_state)
    .expect("Failed to launch application");

Do I have to launch initial state?

Ive tried a few things but they've lead to errors.

0

There are 0 best solutions below