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
Forgive my ignorance, but how would one use tauri-bindgen in an existing Rust project? I would like to use it for desktop integration in RustyTube (Leptos).
The README.md says to depend on the tauri-bindgen-guest-rust crate. How should I add that crate to my Cargo.toml? The existing examples all use relative paths.
The text was updated successfully, but these errors were encountered:
Forgive my ignorance, but how would one use
tauri-bindgen
in an existing Rust project? I would like to use it for desktop integration in RustyTube (Leptos).The
README.md
says to depend on thetauri-bindgen-guest-rust
crate. How should I add that crate to myCargo.toml
? The existing examples all use relative paths.The text was updated successfully, but these errors were encountered: