Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed May 4, 2024
1 parent c2efead commit a29dbbe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 3 additions & 5 deletions glutin-winit/src/event_loop.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
use raw_window_handle::{HasRawDisplayHandle, RawDisplayHandle};
use winit::{
error::OsError,
event_loop::{ActiveEventLoop, EventLoop},
window::{Window, WindowAttributes},
};
use winit::error::OsError;
use winit::event_loop::{ActiveEventLoop, EventLoop};
use winit::window::{Window, WindowAttributes};

use crate::private::Sealed;

Expand Down
3 changes: 2 additions & 1 deletion glutin_examples/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ use std::ops::Deref;

use gl::types::GLfloat;
use raw_window_handle::HasRawWindowHandle;
use winit::application::ApplicationHandler;
use winit::event::{KeyEvent, WindowEvent};
use winit::event_loop::ActiveEventLoop;
use winit::keyboard::{Key, NamedKey};
use winit::window::Window;
use winit::{application::ApplicationHandler, event_loop::ActiveEventLoop};

use glutin::config::{Config, ConfigTemplateBuilder};
use glutin::context::{
Expand Down

0 comments on commit a29dbbe

Please sign in to comment.