Cargo Features
[dependencies]
bevy_file_dialog = { version = "0.6.0", default-features = false, features = ["xdg-portal", "async-std", "tokio", "gtk3"] }
- default = async-std, xdg-portal
-
These default features are set whenever
bevy_file_dialog
is added without
somewhere in the dependency tree.default-features = false - xdg-portal default
-
Use XDG Desktop Portal instead of GTK on Linux & BSDs
Enables xdg-portal of rfd ^0.14
- async-std default
-
Use async-std for xdg-portal
- tokio
-
Use tokio for xdg-portal
- gtk3