Skip to content

Commit

Permalink
Upgrade to Tauri v2
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul committed Jun 14, 2024
1 parent 018a29b commit 3b8ce57
Show file tree
Hide file tree
Showing 15 changed files with 2,104 additions and 1,049 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ dist-ssr

# Rust target
src-tauri/target
src-tauri/gen

# Built trajoptlib dylibs
src-tauri/*.dll
Expand Down
641 changes: 329 additions & 312 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
"@fontsource/roboto": "^5.0.13",
"@mui/icons-material": "^5.15.15",
"@mui/material": "^5.15.15",
"@tauri-apps/api": "^1.5.3",
"@tauri-apps/api": "^2.0.0-beta.11",
"@tauri-apps/plugin-dialog": "^2.0.0-beta.3",
"@tauri-apps/plugin-os": "^2.0.0-beta.3",
"ajv": "^8.12.0",
"d3": "^7.9.0",
"hotkeys-js": "^3.13.7",
Expand All @@ -47,7 +49,7 @@
"uuid": "^9.0.1"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.11",
"@tauri-apps/cli": "^2.0.0-beta.17",
"@types/d3": "^7.4.3",
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
Expand Down
Loading

0 comments on commit 3b8ce57

Please sign in to comment.