mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-01-31 00:35:19 +01:00
* add failable try_build for plugin builder
* add changefile
* implement `Hash`, `PartialEq` for `BuilderError`
* mark config and acl items as unstable
give some doc tips if they need to be used from Rust
* Revert "mark config and acl items as unstable" [skip ci]
This reverts commit e23728edb6.
148 B
148 B
tauri
| tauri |
|---|
| patch:enhance |
Add tauri::plugin::Builder::try_build to allow plugins to check if their TauriPlugin initialization is valid.