Fix imports in the multithreaded example
This commit is contained in:
parent
e21df5831e
commit
ab4d971c5e
2 changed files with 4 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ fn main() {
|
|||
use winit::{
|
||||
event::{ElementState, Event, KeyboardInput, VirtualKeyCode, WindowEvent},
|
||||
event_loop::{ControlFlow, EventLoop},
|
||||
window::{CursorIcon, WindowBuilder},
|
||||
window::{CursorIcon, Fullscreen, WindowBuilder},
|
||||
};
|
||||
|
||||
const WINDOW_COUNT: usize = 3;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue