Skip to content

Commit

Permalink
feat: add tauri support
Browse files Browse the repository at this point in the history
  • Loading branch information
cmsax committed Jul 27, 2023
2 parents 76a1b39 + 0237616 commit d001ce1
Show file tree
Hide file tree
Showing 33 changed files with 7,758 additions and 3,827 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*

src-tauri/target
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "linka",
"version": "2.2.0",
"version": "2.3.0",
"private": true,
"author": {
"name": "mingshi",
Expand All @@ -16,6 +16,7 @@
"@mui/lab": "^5.0.0-alpha.127",
"@mui/material": "^5.12.1",
"@mui/x-date-pickers": "^6.2.1",
"@tauri-apps/api": "^1.4.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
Expand All @@ -36,7 +37,7 @@
"react-hook-form-mui": "^6.0.1",
"react-scripts": "5.0.1",
"typescript": "^4.4.2",
"vite": "^4.2.2",
"vite": "4.2.2",
"vite-plugin-svgr": "^2.4.0",
"vite-tsconfig-paths": "^4.2.0",
"web-vitals": "^2.1.0"
Expand Down Expand Up @@ -65,6 +66,7 @@
]
},
"devDependencies": {
"@tauri-apps/cli": "^1.4.0",
"@types/lodash": "^4.14.194",
"@types/react-copy-to-clipboard": "^5.0.4",
"vite-plugin-pwa": "^0.14.7"
Expand Down
3 changes: 3 additions & 0 deletions src-tauri/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Generated by Cargo
# will have compiled files and executables
/target/
Loading

0 comments on commit d001ce1

Please sign in to comment.