Skip to content

Commit

Permalink
Merge pull request #357 from algorandfoundation/tauri-tasks
Browse files Browse the repository at this point in the history
feat: implement tauri features
  • Loading branch information
PatrickDinh authored Dec 4, 2024
2 parents f881259 + a1ab1e2 commit 6e35484
Show file tree
Hide file tree
Showing 19 changed files with 965 additions and 330 deletions.
22 changes: 21 additions & 1 deletion package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@
"@tauri-apps/api": "^2.0.0",
"@tauri-apps/plugin-cli": "^2.0.0",
"@tauri-apps/plugin-deep-link": "^2.0.0",
"@tauri-apps/plugin-shell": "^2.0.0",
"@tauri-apps/plugin-dialog": "^2.0.1",
"@tauri-apps/plugin-fs": "^2.0.2",
"@tauri-apps/plugin-shell": "^2.0.1",
"@txnlab/use-wallet": "^3.10.1",
"@txnlab/use-wallet-react": "^3.10.1",
"@xstate/react": "^4.1.1",
Expand Down
Loading

0 comments on commit 6e35484

Please sign in to comment.