1 2 3 4 5 6 7 8 9
{{#if license_header}} {{ license_header }} {{/if}} use tauri::{plugin::{Builder, TauriPlugin}, Runtime}; /// Initializes the plugin. pub fn init<R: Runtime>() -> TauriPlugin<R> { Builder::new("{{ plugin_name }}").build() }