Skip to content

Commit

Permalink
Update to Tauri 2 beta (#1)
Browse files Browse the repository at this point in the history
* Fixup dialog implementation all rust side
* Bump version
  • Loading branch information
papodaca authored Mar 2, 2024
1 parent 0423186 commit f15e8e5
Show file tree
Hide file tree
Showing 12 changed files with 2,049 additions and 816 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "initiative-tracker2",
"private": true,
"version": "1.0.1",
"version": "1.5.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -12,14 +12,14 @@
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.1",
"@popperjs/core": "^2.11.8",
"@tauri-apps/api": "^1.5.3",
"bootstrap": "^5.3.2",
"tauri-plugin-store-api": "https://github.com/tauri-apps/tauri-plugin-store#v1"
"@tauri-apps/api": "^2.0.0-beta.3",
"@tauri-apps/plugin-store": "^2.0.0-beta.1",
"bootstrap": "^5.3.2"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@tauri-apps/cli": "2.0.0-beta.4",
"svelte": "^4.2.11",
"vite": "^5.1.3",
"@tauri-apps/cli": "^1.5.10"
"vite": "^5.1.3"
}
}
2 changes: 1 addition & 1 deletion src-tauri/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Cargo
# will have compiled files and executables
/target/

/gen/
Loading

0 comments on commit f15e8e5

Please sign in to comment.