mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-21 11:26:15 +02:00
d33ee156b8
The line where the plugin is added: `.plugin(tauri_plugin_sql::Builder::default())` give my this error; ```the trait `Plugin<tauri_runtime_wry::Wry<EventLoopMessage>>` is not implemented for `tauri_plugin_sql::Builder```` I found this fix: https://github.com/tauri-apps/tauri/issues/5947 and it works.