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
@@ -10,11 +10,11 @@ rust-version = "1.57"
[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = [ "derive" ] }
tauri = { version = "1.0.0-rc.6", features = ["api-all"] }
tauri = { version = "1.0.0-rc.16", features = ["api-all"] }
tauri-plugin-single-instance = { path = "../../../" }
[build-dependencies]
tauri-build = { version = "1.0.0-rc.5", features = [] }
tauri-build = { version = "1.0.0-rc.14", features = [] }
[features]
default = [ "custom-protocol" ]