fix positioner

pull/378/head
Lucas Nogueira 2 years ago
parent cb3d288db0
commit f4c079d28d
No known key found for this signature in database
GPG Key ID: 7C32FCA95C8C95D7

@ -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::*;

Loading…
Cancel
Save