From 629de4c8ff1986610ebe74128375440cbb61c0d2 Mon Sep 17 00:00:00 2001 From: galister <22305755+galister@users.noreply.github.com> Date: Thu, 23 Jul 2026 11:02:02 +0900 Subject: [PATCH] fix build without pipewire --- wayvr/src/state.rs | 1 - 1 file changed, 1 deletion(-) 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;