docs(all): incorrect path for registering plugin in rust (#2123)

This commit is contained in:
Muhammed Rahif
2024-12-03 01:43:12 +05:30
committed by GitHub
parent 664c452697
commit 3ef756f4ce
30 changed files with 30 additions and 30 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ tauri-plugin-single-instance = { git = "https://github.com/tauri-apps/plugins-wo
First you need to register the core plugin with Tauri:
`src-tauri/src/main.rs`
`src-tauri/src/lib.rs`
```rust
use tauri::{Manager};