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.