Skip to content

Commit

Permalink
update: tauri
Browse files Browse the repository at this point in the history
  • Loading branch information
shm11C3 committed Sep 23, 2024
1 parent a2f4957 commit 62906d9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ rust-version = "1.60"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[build-dependencies]
tauri-build = { version = "1.5.2", features = [] }
tauri-build = { version = "1.5.5", features = [] }

[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.6.5", features = ["dialog-all"] }
tauri = { version = "1.8.0", features = ["dialog-all"] }
sysinfo = "0.31.4"
tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
nvapi = "=0.1.4"
Expand Down

0 comments on commit 62906d9

Please sign in to comment.