move window settings to iced_native

This commit is contained in:
Richard 2022-10-19 22:56:00 -03:00 committed by bungoboingo
parent a386788b67
commit 1bc0c480f9
11 changed files with 62 additions and 69 deletions

View file

@ -120,7 +120,9 @@ where
#[allow(unsafe_code)]
unsafe {
context.make_current(todo!()).expect("Make OpenGL context current")
context
.make_current(todo!())
.expect("Make OpenGL context current")
}
};