egui/crates
Madeline Sparkles b087f58c5d
fix egui-wgpu callback viewport size check (#3759) (#3778)
<!--
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 your PR, but my time is limited!
-->

Closes #3759
2024-01-08 11:20:34 +01:00
..
ecolor Add `DragValue`s for RGB(A) in the color picker (#2734) 2024-01-07 16:12:59 +01:00
eframe Highlight submenu buttons when hovered and open (#3780) 2024-01-07 22:08:32 +01:00
egui Added key mappings for `[`, `]`, `,` and `\`. (#3373) 2024-01-08 11:15:15 +01:00
egui-wgpu fix egui-wgpu callback viewport size check (#3759) (#3778) 2024-01-08 11:20:34 +01:00
egui-winit Added key mappings for `[`, `]`, `,` and `\`. (#3373) 2024-01-08 11:15:15 +01:00
egui_demo_app Fix some clippy 1.75 lints (#3754) 2023-12-30 11:23:21 +01:00
egui_demo_lib Add missing links to source code (#3770) 2024-01-08 09:07:25 +01:00
egui_extras Highlight submenu buttons when hovered and open (#3780) 2024-01-07 22:08:32 +01:00
egui_glow Fix typo in `crates/egui_glow/README.md` (#2956) 2024-01-07 16:31:34 +01:00
egui_plot Highlight submenu buttons when hovered and open (#3780) 2024-01-07 22:08:32 +01:00
egui_web Fix typos (#2866) 2023-04-18 15:52:45 +02:00
emath Highlight submenu buttons when hovered and open (#3780) 2024-01-07 22:08:32 +01:00
epaint Invalidate font atlas on any change to `pixels_per_point`, not matter how small (#3698) 2024-01-08 09:13:34 +01:00