tauri_runtime_wry
Run this command in a terminal, in your project"s directory:
cargo add tauri-runtime-wry
To add it manually, edit your project"s Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
tauri-runtime-wry = "2.3.0"
The tauri_runtime_wry library will be automatically available globally. Read the tauri_runtime_wry library documentation.
Back to the crate overview.