You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use druid::widget::SizedBox;use druid::{AppLauncher,Screen,WindowDesc};pubfnmain(){Screen::get_monitors();let main_window = WindowDesc::new(SizedBox::empty());AppLauncher::with_window(main_window).log_to_console().launch(()).expect("Failed to launch application");}
2: druid_shell::util::assert_main_thread
at /src/druid/druid-shell/src/util.rs:39:9
3: druid_shell::application::Application::try_global
at /src/druid/druid-shell/src/application.rs:124:9
4: druid_shell::backend::x11::screen::get_monitors
at /src/druid/druid-shell/src/backend/x11/screen.rs:38:37
5: druid_shell::screen::Screen::get_monitors
at /src/druid/druid-shell/src/screen.rs:87:9
The text was updated successfully, but these errors were encountered:
error:
useful parts of backtrace
The text was updated successfully, but these errors were encountered: