fluxxcode / egui-file-dialog

Full featured and customizable file dialog for egui
MIT License
86 stars 11 forks source link

Rename persistence feature to serde #114

Closed fluxxcode closed 5 months ago

fluxxcode commented 5 months ago

The persistence feature has been renamed to serde because it currently only implements serde::Serialize and serde::Deserialize for the persistent data.