You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Raises error[E0433]: failed to resolve: use of undeclared crate or module tauri_plugin_window
So I only recently started working with tauri and came across tauri-controls whebn I wanted to Implement a custom Title bar, but for some reason the react installation instructions seem to raise an error, see below
error[E0433]: failed to resolve: use of undeclared crate or module `tauri_plugin_window`
--> src/main.rs:8:17
|
8 | .plugin(tauri_plugin_window::init())
| ^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `tauri_plugin_window`
|
help: there is a crate or module with a similar name
|
8 | .plugin(tauri_plugin_os::init())
| ~~~~~~~~~~~~~~~
For more information about this error, try `rustc --explain E0433`.
warning: `testing-tauri-controls` (bin "testing-tauri-controls") generated 1 warning
error: could not compile `testing-tauri-controls` (bin "testing-tauri-controls") due to 1 previous error; 1 warning emitted
Raises error[E0433]: failed to resolve: use of undeclared crate or module
tauri_plugin_window
So I only recently started working with tauri and came across
tauri-controls
whebn I wanted to Implement a custom Title bar, but for some reason the react installation instructions seem to raise an error, see belowHere are my machine details
I use yarn for installation and bun for running
The text was updated successfully, but these errors were encountered: