Skip to content

Commit

Permalink
Merge pull request #2 from jecsham/dev
Browse files Browse the repository at this point in the history
remove unused feature
  • Loading branch information
jecsham authored May 20, 2022
2 parents 468638a + e92d7d5 commit bbb0c89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
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 @@ tauri-build = { version = "1.0.0-rc.6", features = [] }
wmi = "0.9"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.0.0-rc.7", features = ["dialog-save", "fs-write-file", "shell-open", "window-close", "window-set-size", "window-start-dragging"] }
tauri = { version = "1.0.0-rc.7", features = ["dialog-save", "fs-write-file", "shell-open", "window-close", "window-start-dragging"] }

[features]
# by default Tauri runs in production mode
Expand Down
3 changes: 1 addition & 2 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"package": {
"productName": "msi",
"productName": "My System Information",
"version": "2.0.0"
},
"build": {
Expand Down Expand Up @@ -48,7 +48,6 @@
},
"allowlist": {
"window": {
"setSize": true,
"startDragging": true,
"close": true
},
Expand Down

0 comments on commit bbb0c89

Please sign in to comment.