chore(deps): update tauri and Android project (#360)

This commit is contained in:
Lucas Fernandes Nogueira
2023-05-16 20:39:00 -03:00
committed by GitHub
parent 702b7b36bd
commit d87b569643
55 changed files with 262 additions and 273 deletions
+1 -1
View File
@@ -27,7 +27,6 @@ tauri-plugin-notification = { path = "../../../plugins/notification", features =
tauri-plugin-os = { path = "../../../plugins/os" }
tauri-plugin-process = { path = "../../../plugins/process" }
tauri-plugin-shell = { path = "../../../plugins/shell" }
tauri-plugin-updater = { path = "../../../plugins/updater" }
tauri-plugin-window = { path = "../../../plugins/window" }
[dependencies.tauri]
@@ -44,6 +43,7 @@ features = [
[target."cfg(any(target_os = \"macos\", windows, target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]
tauri-plugin-cli = { path = "../../../plugins/cli" }
tauri-plugin-global-shortcut = { path = "../../../plugins/global-shortcut" }
tauri-plugin-updater = { path = "../../../plugins/updater" }
[target."cfg(target_os = \"windows\")".dependencies]
window-shadows = "0.2"