Merge pull request #542 from aentity/winit_023
update to winit 0.23 api
This commit is contained in:
commit
2e0ba65a20
5 changed files with 32 additions and 25 deletions
|
|
@ -64,7 +64,7 @@ impl Window {
|
|||
self,
|
||||
title: &str,
|
||||
mode: Mode,
|
||||
primary_monitor: MonitorHandle,
|
||||
primary_monitor: Option<MonitorHandle>,
|
||||
) -> WindowBuilder {
|
||||
let mut window_builder = WindowBuilder::new();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue