mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-07-10 16:27:05 +02:00
feat: pass an AppHandle to the callback
This commit is contained in:
+2
-2
@@ -8,10 +8,10 @@ rust-version = "1.57"
|
||||
exclude = ["/examples"]
|
||||
|
||||
[dependencies]
|
||||
tauri = { version = "1.0.0-rc.10" }
|
||||
tauri = { version = "1.0.0-rc.16" }
|
||||
|
||||
[target.'cfg(target_os = "windows")'.dependencies.windows-sys]
|
||||
version = "0.35"
|
||||
version = "0.36"
|
||||
features = [
|
||||
"Win32_System_Threading",
|
||||
"Win32_System_DataExchange",
|
||||
|
||||
Reference in New Issue
Block a user