Some simple Timepicker widgets for the Egui-Framework.
cargo add --git https://github.com/gn0rrbitberrenbur/egui-timepicker
To use the widgets in your project, add them to your cargo.toml by running:
cargo add --git https://github.com/gn0rrbitberrenbur/egui-timepicker
To see an usage example run ../examples/demo.rs:
cd egui-timepicker
cargo run --example demo