egui/crates/egui_demo_lib/src
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
..
demo Allow changing handle shape of a slider (#3429) 2023-11-21 11:24:29 +01:00
easy_mark Add control of line height and letter spacing (#3302) 2023-09-05 10:45:11 +02:00
color_test.rs Final polish for new image loading (#3328) 2023-09-13 16:27:08 +02:00
lib.rs Multiple viewports/windows (#3172) 2023-11-16 11:25:05 +01:00