move window settings to iced_native
This commit is contained in:
parent
a386788b67
commit
1bc0c480f9
11 changed files with 62 additions and 69 deletions
|
|
@ -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")
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue