egui/crates/egui_extras/src
Oscar Gustafsson cc3a09187d
Deprecate `ahash` re-exports (#4979)
<!--
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.
* The PR title is what ends up in the changelog, so make it descriptive!
* 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 test and add commits to your PR.
* Remember to run `cargo fmt` and `cargo clippy`.
* 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 your PR, but my time is limited!
-->
* Closes <https://github.com/emilk/egui/issues/3482>
* [x] I have followed the instructions in the PR template

Regarding the statement in #3482,
https://docs.rs/egui/latest/egui/layers/struct.GraphicLayers.html#method.drain
accepts a HashMap, but not sure if that is enough to keep the re-export.
2024-08-26 10:41:16 +02:00
..
datepicker Improve `egui_extras::Table` layout (#4755) 2024-07-02 20:57:46 +02:00
loaders Deprecate `ahash` re-exports (#4979) 2024-08-26 10:41:16 +02:00
image.rs Update `image` crate to 0.25 (#4160) 2024-05-13 13:35:15 +02:00
layout.rs Create a `UiBuilder` for building `Ui`s (#4969) 2024-08-26 08:51:18 +02:00
lib.rs Remove work-around for `unsafe` in puffin macro (#4484) 2024-05-11 20:17:19 +02:00
loaders.rs Gif support (#4620) 2024-06-19 14:05:05 +02:00
sizing.rs Improve `egui_extras::Table` layout (#4755) 2024-07-02 20:57:46 +02:00
strip.rs Fix: assign a different id to each table cell, avoiding id clashes (#4076) 2024-02-20 13:35:19 +01:00
syntax_highlighting.rs `egui_extras`: Make `serde` an optional feature (#4641) 2024-06-18 22:27:48 +02:00
table.rs Return `ScrollAreaOutput` from `Table::body` (#4829) 2024-07-15 20:49:41 +02:00