Skip to content

Commit

Permalink
update tauri to version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed May 3, 2024
1 parent 9a6c7c0 commit 0b7966b
Show file tree
Hide file tree
Showing 15 changed files with 1,406 additions and 778 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
target/
target/
schemas/
node_modules/
File renamed without changes.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": "never",
"source.organizeImports": true
"source.organizeImports": "explicit"
},
"html.format.contentUnformatted": "pre,code,textarea,svg",
"rust-analyzer.check.command": "clippy"
}
5 changes: 5 additions & 0 deletions BUILDING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Build

[tauri.app/start/prerequisites/](https://beta.tauri.app/start/prerequisites/)

[Enigo#runtime-dependencies](https://github.com/enigo-rs/enigo?tab=readme-ov-file#runtime-dependencies)
Loading

0 comments on commit 0b7966b

Please sign in to comment.