mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 12:50:04 -04:00
Simply allows date picker buttons to show other formats than `%Y-%m-%d`, while keeping that as default to not break compatibility. I'm not that experienced with Rust, so I was unsure whether you'd prefer `&'a str` rather than a `String`, let me know if I should change that. --------- Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>