Skip to content

Commit

Permalink
fix(win): enable windows 7 compat feature
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Nov 7, 2023
1 parent 91e8791 commit 5637319
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 1 deletion.
54 changes: 54 additions & 0 deletions src-tauri/Cargo.lock

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

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ async-recursion = "1.0.4"
include-flate = "0.3.0"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.4.1", features = ["api-all", "icon-ico", "icon-png", "system-tray", "devtools"] }
tauri = { version = "1.4.1", features = ["windows7-compat", "api-all", "icon-ico", "icon-png", "system-tray", "devtools"] }
tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
tauri-plugin-deep-link = { version = "^0.1.2" }
reqwest = { version = "0.11.14", features = ["blocking"] }
Expand Down

0 comments on commit 5637319

Please sign in to comment.