Update smithay-egui and fix compilation of debug

This commit is contained in:
Ian Douglas Scott 2023-08-01 14:26:51 -07:00
parent 2729be8542
commit 4a780cb343
8 changed files with 42 additions and 87 deletions

View file

@ -681,6 +681,7 @@ impl Common {
}
#[cfg(feature = "debug")]
#[derive(Debug)]
pub struct Egui {
pub active: bool,
pub state: smithay_egui::EguiState,