egui/crates/egui_demo_lib/src
Emil Ernerfeldt f38515afe9
Add `Slider::clamping` for precise clamp control (#5119)
This deprecates `.clamp_to_range` in favor of more control using
`.clamping`.

## Related
* https://github.com/emilk/egui/pull/4728
* Closes https://github.com/emilk/egui/issues/4881
* https://github.com/emilk/egui/pull/4882
* https://github.com/emilk/egui/pull/5118
2024-09-17 15:44:22 +02:00
..
demo Add `Slider::clamping` for precise clamp control (#5119) 2024-09-17 15:44:22 +02:00
easy_mark Rename `id_source` to `id_salt` (#5025) 2024-09-02 09:29:01 +02:00
lib.rs Use Style's font size in egui_extras::syntax_highlighting (#5090) 2024-09-10 11:38:26 +02:00
rendering_test.rs Fix blurry lines (#4943) 2024-08-30 09:57:32 +02:00