diff --git a/wayvr/src/state.rs b/wayvr/src/state.rs index 20d61d95..e09e17f2 100644 --- a/wayvr/src/state.rs +++ b/wayvr/src/state.rs @@ -1,6 +1,5 @@ use glam::Affine3A; use idmap::IdMap; -#[cfg(feature = "pipewire")] use serde::{Deserialize, Serialize}; use smallvec::{SmallVec, smallvec}; use std::path::PathBuf;