diff --git a/plugins/positioner/src/lib.rs b/plugins/positioner/src/lib.rs index ab8cc922..34492a34 100644 --- a/plugins/positioner/src/lib.rs +++ b/plugins/positioner/src/lib.rs @@ -9,6 +9,8 @@ //! //! Note: This requires attaching the Tauri plugin, *even* when using the trait extension only. +#![cfg(not(any(target_os = "android", target_os = "ios")))] + mod ext; pub use ext::*;