* Use total_cmp for clamping DragValue * Added test for clamping * Increase MSRV in all crates * Increased rust version for github actions and lib.rs * Inversed ranges are now working properply with clamp_to_range * Added more tests
crates
* Add example of opening several eframe windows in series * Reuse the same winit event loop * Ignore events to the wrong window * Run run_return again