debug: Drop puffin, interactivity, renderdoc
This commit is contained in:
parent
cf0b0f9d2d
commit
3b7bba3add
4 changed files with 3 additions and 131 deletions
19
src/state.rs
19
src/state.rs
|
|
@ -186,9 +186,6 @@ pub struct Common {
|
|||
pub kiosk_child: Option<Child>,
|
||||
pub theme: cosmic::Theme,
|
||||
|
||||
#[cfg(feature = "debug")]
|
||||
pub egui: Egui,
|
||||
|
||||
// wayland state
|
||||
pub compositor_state: CompositorState,
|
||||
pub data_device_state: DataDeviceState,
|
||||
|
|
@ -516,15 +513,6 @@ impl State {
|
|||
kiosk_child: None,
|
||||
theme: cosmic::theme::system_preference(),
|
||||
|
||||
#[cfg(feature = "debug")]
|
||||
egui: Egui {
|
||||
active: false,
|
||||
state: smithay_egui::EguiState::new(Rectangle::from_loc_and_size(
|
||||
(0, 0),
|
||||
(800, 600),
|
||||
)),
|
||||
},
|
||||
|
||||
compositor_state,
|
||||
data_device_state,
|
||||
dmabuf_state,
|
||||
|
|
@ -971,13 +959,6 @@ impl Common {
|
|||
}
|
||||
}
|
||||
|
||||
#[cfg(feature = "debug")]
|
||||
#[derive(Debug)]
|
||||
pub struct Egui {
|
||||
pub active: bool,
|
||||
pub state: smithay_egui::EguiState,
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct Fps {
|
||||
#[cfg(feature = "debug")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue