Cargo Features
[dependencies]
bevy_file_dialog = { version = "0.9.1", default-features = false, features = ["xdg-portal", "gtk3", "wayland"] }
- default = wayland, xdg-portal
-
These default features are set whenever
bevy_file_dialogis added withoutsomewhere 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
- gtk3
- wayland default
-
rfd:
Enable wayland support for xdg-portal