feat(dialog): add xdg-portal as an optional feature for rfd (#3098)

This commit is contained in:
Blaine
2025-11-17 08:56:02 -05:00
committed by GitHub
parent 631d0e256a
commit c23fa03f07
5 changed files with 33 additions and 3 deletions
+1
View File
@@ -154,4 +154,5 @@ jobs:
run: cargo clippy --package ${{ matrix.package }} --all-targets -- -D warnings
- name: clippy ${{ matrix.package }} --all-features
if: matrix.package != 'tauri-plugin-dialog'
run: cargo clippy --package ${{ matrix.package }} --all-targets --all-features -- -D warnings