Skip to content

Commit

Permalink
add tauri
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat committed Mar 10, 2024
1 parent f3fb2d9 commit b337811
Show file tree
Hide file tree
Showing 24 changed files with 3,782 additions and 0 deletions.
Binary file modified web-ui/bun.lockb
Binary file not shown.
2 changes: 2 additions & 0 deletions web-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"private": true,
"homepage": "https://quicksilver-zone.github.io/quicksilver/",
"scripts": {
"tauri": "tauri",
"build": "next build",
"dev": "next dev",
"start": "next start",
Expand Down Expand Up @@ -59,6 +60,7 @@
"simplex-noise": "^4.0.1"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.11",
"@testing-library/react": "^14.0.0",
"@types/node": "20.11.0",
"@types/react": "18.0.25",
Expand Down
3 changes: 3 additions & 0 deletions web-ui/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 b337811

Please sign in to comment.