feat: pass an AppHandle to the callback

This commit is contained in:
amrbashir
2022-06-15 13:19:02 +02:00
parent 98445a8a5f
commit b0052d2da4
8 changed files with 365 additions and 430 deletions
+2 -2
View File
@@ -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",