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_dialog is added without default-features = false somewhere in the dependency tree.

xdg-portal default

Use XDG Desktop Portal instead of GTK on Linux & BSDs

Enables xdg-portal of rfd

gtk3

Enables gtk3 of rfd

wayland default

Enables wayland of rfd

rfd:

Enable wayland support for xdg-portal