Fixed issue with window ID on winit
This commit is contained in:
parent
942f1c91af
commit
f43419d475
3 changed files with 63 additions and 52 deletions
|
|
@ -15,6 +15,8 @@ use iced_native::{event, subscription, Event};
|
|||
use std::collections::HashMap;
|
||||
|
||||
pub fn main() -> iced::Result {
|
||||
env_logger::init();
|
||||
|
||||
Example::run(Settings::default())
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue