Cargo Features

[dependencies]
bevy_file_dialog = { version = "0.5.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 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

async-std default

Use async-std for xdg-portal

Enables async-std of rfd

tokio

Use tokio for xdg-portal

Enables tokio of rfd

gtk3

Enables gtk3 of rfd