SQL plugin install
#9254
-
Beta Was this translation helpful? Give feedback.
Answered by
Blatman
Mar 25, 2024
Replies: 1 comment 5 replies
-
The cargo/rust installation is required to make tauri plugins work, whether or not you use its rust apis. The npm package is kinda optional, only needed if you want to use the plugin's js apis (though plugin apis are typically also available via |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ah thankyou that explains it - I tend not to use a bundler only what Tauri provides in it's build mechanism.