From 4c6a763850a5dec0fa34d15e356dcba19875690a Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Fri, 3 Dec 2021 06:50:14 +0300 Subject: Bump glutin to 0.28.0 Fixes #5603. Fixes #5422. Fixes #5350. Fixes #4105. Co-authored-by: Christian Duerr --- alacritty/src/display/mod.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'alacritty/src/display/mod.rs') diff --git a/alacritty/src/display/mod.rs b/alacritty/src/display/mod.rs index 5cd59711..cd465913 100644 --- a/alacritty/src/display/mod.rs +++ b/alacritty/src/display/mod.rs @@ -56,8 +56,6 @@ pub mod window; mod bell; mod color; mod meter; -#[cfg(all(feature = "wayland", not(any(target_os = "macos", windows))))] -mod wayland_theme; /// Maximum number of linewraps followed outside of the viewport during search highlighting. pub const MAX_SEARCH_LINES: usize = 100; -- cgit