Skip to content

Commit 50569d2

Browse files
authored
Merge pull request #395 from Revertron/move_to_wry
Migrated UI from unsupported webview crate to wry.
2 parents 8a0677c + 664715f commit 50569d2

File tree

6 files changed

+2524
-658
lines changed

6 files changed

+2524
-658
lines changed

.github/workflows/rust_build_and_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ jobs:
1818
matrix:
1919
include:
2020
- os: windows-latest
21-
- os: ubuntu-22.04
21+
- os: ubuntu-24.04
2222
- os: macos-latest
2323
target: aarch64-apple-darwin
2424

2525
steps:
2626
- uses: actions/checkout@v2
2727

28-
- name: Install libgtk-dev libwebkit2gtk-4.0
29-
run: sudo apt update && sudo apt install libwebkit2gtk-4.0-dev
28+
- name: Install dependencies
29+
run: sudo apt update && sudo apt install libwebkit2gtk-4.1-dev libsoup-3.0-dev
3030
if: contains(matrix.os, 'ubuntu')
3131

3232
- name: Update Rust

0 commit comments

Comments
 (0)