Skip to content

Commit

Permalink
[02-empty-app-frameless] [tauri] Upgrade tauri to V2
Browse files Browse the repository at this point in the history
Closes #929
  • Loading branch information
Elanis committed Dec 22, 2024
1 parent 3a1ab3b commit 97f0c0b
Show file tree
Hide file tree
Showing 7 changed files with 1,742 additions and 1,011 deletions.
1 change: 1 addition & 0 deletions benchmark/02-empty-app-frameless/tauri/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
src-tauri/gen/schemas/
227 changes: 106 additions & 121 deletions benchmark/02-empty-app-frameless/tauri/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions benchmark/02-empty-app-frameless/tauri/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"build": "tauri build"
},
"dependencies": {
"@tauri-apps/api": "^1.6.0"
"@tauri-apps/api": "^2.0.0"
},
"devDependencies": {
"@tauri-apps/cli": "^1.6.3"
"@tauri-apps/cli": "^2.1.0"
}
}
Loading

0 comments on commit 97f0c0b

Please sign in to comment.