Skip to content

Commit

Permalink
Now compatible with Tauri 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fksms committed Jan 2, 2025
1 parent 629fc9e commit 7f6a5c1
Show file tree
Hide file tree
Showing 17 changed files with 2,353 additions and 1,471 deletions.
4 changes: 2 additions & 2 deletions README-jp.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ nodebrew install stable
nodebrew use stable
```

tauri-cliをインストール(v1を利用する
tauri-cliをインストール(v2を利用する
```sh
cargo install tauri-cli --version "^1"
cargo install tauri-cli --version "^2"
```

#### Build
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ nodebrew install stable
nodebrew use stable
```

Install tauri-cli (Use v1)
Install tauri-cli (Use v2)
```sh
cargo install tauri-cli --version "^1"
cargo install tauri-cli --version "^2"
```

#### Build
Expand Down
390 changes: 216 additions & 174 deletions package-lock.json

Large diffs are not rendered by default.

14 changes: 9 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dir_walker",
"private": true,
"version": "0.1.5",
"version": "0.2.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -11,15 +11,19 @@
},
"dependencies": {
"@mdi/font": "^7.4.47",
"@tauri-apps/api": "^1",
"@tauri-apps/api": "^2.1.1",
"@tauri-apps/plugin-clipboard-manager": "^2.2.0",
"@tauri-apps/plugin-dialog": "^2.2.0",
"@tauri-apps/plugin-opener": "^2.2.2",
"@tauri-apps/plugin-shell": "^2.2.0",
"d3": "^7.9.0",
"vite-plugin-vuetify": "^2.0.3",
"vue": "^3.5.12",
"vuetify": "^3.7.3"
},
"devDependencies": {
"@tauri-apps/cli": "^1",
"@tauri-apps/cli": "^2.1.0",
"@vitejs/plugin-vue": "^5.0.4",
"vite": "^5.3.6"
"vite": "^5.3.6",
"vite-plugin-vuetify": "^2.0.3"
}
}
Loading

0 comments on commit 7f6a5c1

Please sign in to comment.