Skip to content

Commit

Permalink
feat: support tray icon (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
fioncat authored Jan 24, 2025
1 parent 06722c0 commit 75cb6ac
Show file tree
Hide file tree
Showing 16 changed files with 3,273 additions and 85 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cargo-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@ jobs:
toolchain: stable
target: ${{ matrix.target }}

- name: Install deps
run: sudo apt-get update && sudo apt-get install libglib2.0-dev libgtk-3-dev libwebkit2gtk-4.1-dev

- name: Cargo Test
run: cargo test
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/target
/testdata/data
/testdata/**/pki

# Generated by Tauri
# will have schema files for capabilities auto-completion
/gen/schemas
Loading

0 comments on commit 75cb6ac

Please sign in to comment.