mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-27 15:13:13 -04:00
Fix the examples
This commit is contained in:
@@ -2,15 +2,7 @@
|
||||
fn main() {
|
||||
extern crate env_logger;
|
||||
|
||||
<<<<<<< HEAD
|
||||
use std::{collections::HashMap, sync::mpsc, thread, time::Duration};
|
||||
=======
|
||||
use winit::{
|
||||
event::{ElementState, Event, KeyboardInput, VirtualKeyCode, WindowEvent},
|
||||
event_loop::{ControlFlow, EventLoop},
|
||||
window::{CursorIcon, Fullscreen, WindowBuilder},
|
||||
};
|
||||
>>>>>>> master
|
||||
|
||||
use winit::{
|
||||
event::{ElementState, Event, KeyboardInput, VirtualKeyCode, WindowEvent},
|
||||
|
||||
Reference in New Issue
Block a user