Skip to content

Commit dd8a765

Browse files
feat: update tauri to 2.0.0-alpha.8 (#18)
1 parent 181ce1a commit dd8a765

File tree

6 files changed

+1007
-982
lines changed

6 files changed

+1007
-982
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
platform: [macos-latest, ubuntu-20.04, windows-latest]
14+
platform: [macos-latest, ubuntu-22.04, windows-latest]
1515
runs-on: ${{ matrix.platform }}
1616
steps:
1717
- name: Checkout repository
1818
uses: actions/checkout@v3
1919

2020
- name: Install dependencies (ubuntu only)
21-
if: matrix.platform == 'ubuntu-20.04'
21+
if: matrix.platform == 'ubuntu-22.04'
2222
run: |
2323
sudo apt-get update
24-
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libayatana-appindicator3-dev librsvg2-dev
24+
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.1-dev libayatana-appindicator3-dev librsvg2-dev
2525
2626
- name: Rust setup
2727
uses: dtolnay/rust-toolchain@stable

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
},
2323
"dependencies": {
2424
"@mdi/font": "^7.2.96",
25-
"@tauri-apps/api": "^1.2.0",
25+
"@tauri-apps/api": "2.0.0-alpha.3",
2626
"roboto-fontface": "^0.10.0",
2727
"vue": "^3.2.47",
2828
"vue-router": "^4.1.6",
2929
"vuetify": "^3.1.15",
3030
"webfontloader": "^1.6.28"
3131
},
3232
"devDependencies": {
33-
"@tauri-apps/cli": "^1.2.3",
33+
"@tauri-apps/cli": "2.0.0-alpha.8",
3434
"@types/node": "^18.16.1",
3535
"@types/webfontloader": "^1.6.35",
3636
"@vitejs/plugin-vue": "^4.2.0",

0 commit comments

Comments
 (0)