diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2018-11-10 17:04:26 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-10 17:04:26 +0000 |
commit | 021b424858d0b2fcf50c4199e152e93596cc8d5d (patch) | |
tree | 3ccc2b691b9bc1423183866cfe639f14b8f2de76 /src/lib.rs | |
parent | 2434547fce7bf47a848f088f2600e8ba7027a62b (diff) | |
download | alacritty-021b424858d0b2fcf50c4199e152e93596cc8d5d.tar.gz alacritty-021b424858d0b2fcf50c4199e152e93596cc8d5d.zip |
Remove re-export of glutin size types
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -93,9 +93,6 @@ use std::ops::Mul; pub use grid::Grid; pub use term::Term; -/// Re-export size and position types from glutin/winit -pub use glutin::dpi::{PhysicalSize,LogicalSize,LogicalPosition,PhysicalPosition}; - /// Facade around [winit's `MouseCursor`](glutin::MouseCursor) #[derive(Debug, Eq, PartialEq, Copy, Clone)] pub enum MouseCursor { |