Cargo Features

[dependencies]
mango-egui = { version = "0.1.3", default-features = false, features = ["file"] }
default = file

The file feature is set by default whenever mango-egui is added without default-features = false somewhere in the dependency tree.

file default

Enables rfd ^0.10.0

mango-egui has 2 features without comments.