Initialize env_logger

This commit is contained in:
Ian Douglas Scott 2023-04-13 14:30:47 -07:00
parent 3dedd6940c
commit 60a4a2fa63
3 changed files with 98 additions and 43 deletions

View file

@ -540,6 +540,8 @@ fn toplevel_previews<'a>(
}
pub fn main() -> iced::Result {
env_logger::init();
App::run(iced::Settings {
antialiasing: true,
exit_on_close_request: false,