egui/crates
YgorSouza 49eecc4287
Allow changing handle shape of a slider (#3429)
* Closes #1974

<!--
Please read the "Making a PR" section of
[`CONTRIBUTING.md`](https://github.com/emilk/egui/blob/master/CONTRIBUTING.md)
before opening a Pull Request!

* Keep your PR:s small and focused.
* If applicable, add a screenshot or gif.
* If it is a non-trivial addition, consider adding a demo for it to
`egui_demo_lib`, or a new example.
* Do NOT open PR:s from your `master` branch, as that makes it hard for
maintainers to add commits to your PR.
* Remember to run `cargo fmt` and `cargo cranky`.
* Open the PR as a draft until you have self-reviewed it and run
`./scripts/check.sh`.
* When you have addressed a PR comment, mark it as resolved.

Please be patient! I will review you PR, but my time is limited!
-->

---------

Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
2023-11-21 11:24:29 +01:00
..
ecolor Add `#[inline]` to all color-related function 2023-10-07 18:11:16 +02:00
eframe Fix closing of viewports (#3591) 2023-11-20 17:43:40 +01:00
egui Allow changing handle shape of a slider (#3429) 2023-11-21 11:24:29 +01:00
egui-wgpu Update to puffin 0.17 (#3581) 2023-11-19 21:28:42 +01:00
egui-winit Fix closing of viewports (#3591) 2023-11-20 17:43:40 +01:00
egui_demo_app Use `egui::ViewportBuilder` in `eframe::NativeOptions` (#3572) 2023-11-19 11:08:47 +01:00
egui_demo_lib Allow changing handle shape of a slider (#3429) 2023-11-21 11:24:29 +01:00
egui_extras Update to puffin 0.17 (#3581) 2023-11-19 21:28:42 +01:00
egui_glow Fix closing of viewports (#3591) 2023-11-20 17:43:40 +01:00
egui_plot Plot auto-bounds API improvement (part 1/2): clean-up (#3587) 2023-11-21 11:22:19 +01:00
egui_web Fix typos (#2866) 2023-04-18 15:52:45 +02:00
emath Plot auto-bounds API improvement (part 1/2): clean-up (#3587) 2023-11-21 11:22:19 +01:00
epaint Fix clippy issues from 1.74 (#3558) 2023-11-16 15:50:44 +01:00