Skip to content

Commit

Permalink
Updated Tauri and window-shadows
Browse files Browse the repository at this point in the history
  • Loading branch information
p0ryae committed Sep 18, 2022
1 parent 2a89d34 commit 5fe9f40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ git = "https://github.com/tauri-apps/tauri-plugin-fs-extra"
[dependencies]
serde_json = "1.0.85"
serde = { version = "1.0.144", features = ["derive"] }
tauri = { version = "1.0.5", features = ["devtools", "dialog-all", "fs-create-dir", "fs-read-dir", "fs-read-file", "fs-write-file", "global-shortcut-all", "http-request", "os-all", "path-all", "protocol-asset", "shell-execute", "system-tray", "window-center", "window-close", "window-create", "window-hide", "window-maximize", "window-minimize", "window-print", "window-show", "window-start-dragging", "window-unmaximize", "window-unminimize"] }
window-shadows = "0.1.3"
tauri = { version = "1.1.1", features = ["devtools", "dialog-all", "fs-create-dir", "fs-read-dir", "fs-read-file", "fs-write-file", "global-shortcut-all", "http-request", "os-all", "path-all", "protocol-asset", "shell-execute", "system-tray", "window-center", "window-close", "window-create", "window-hide", "window-maximize", "window-minimize", "window-print", "window-show", "window-start-dragging", "window-unmaximize", "window-unminimize"] }
window-shadows = "0.2.0"
html_parser = "0.6.3"
thiserror = "*"
whoami = "*"
Expand Down

0 comments on commit 5fe9f40

Please sign in to comment.