tauri-plugin-widgets 0.4.2

Tauri plugin for App Widgets on Android, iOS, and macOS (WidgetKit); Windows Widgets Board (Adaptive Cards) + desktop webview; Linux desktop webview with X11 DESKTOP pin.
1
2
3
4
//! Windows-only modules (Widgets Board is C#; this tree is Rust host helpers).

#[cfg(all(target_os = "windows", feature = "workerw"))]
pub mod workerw;