diff options
Diffstat (limited to 'alacritty/src/logging.rs')
-rw-r--r-- | alacritty/src/logging.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty/src/logging.rs b/alacritty/src/logging.rs index 113e96ff..846ab1c5 100644 --- a/alacritty/src/logging.rs +++ b/alacritty/src/logging.rs @@ -12,8 +12,8 @@ use std::sync::{Arc, Mutex}; use std::time::Instant; use std::{env, process}; -use glutin::event_loop::EventLoopProxy; use log::{self, Level, LevelFilter}; +use winit::event_loop::EventLoopProxy; use alacritty_terminal::config::LOG_TARGET_CONFIG; |