feat!(dialog): refactor and support rfd as file_chooser provider
This commit is contained in:
parent
b09b3db81a
commit
0bef593ba4
9 changed files with 618 additions and 362 deletions
4
justfile
4
justfile
|
|
@ -11,10 +11,10 @@ check-examples *args:
|
|||
done
|
||||
|
||||
check-wayland *args:
|
||||
cargo clippy --no-deps --features="wayland,tokio" {{args}} -- {{clippy_args}}
|
||||
cargo clippy --no-deps --features="wayland,tokio,xdg-portal" {{args}} -- {{clippy_args}}
|
||||
|
||||
check-winit *args:
|
||||
cargo clippy --no-deps --features="winit,tokio" {{args}} -- {{clippy_args}}
|
||||
cargo clippy --no-deps --features="winit,tokio,xdg-portal" {{args}} -- {{clippy_args}}
|
||||
|
||||
# Runs a check with JSON message format for IDE integration
|
||||
check-json: (check '--message-format=json')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue