egui/crates
Magnus Larsen 7a4ab666b4
Update memoffset to 0.9.0, arboard to 3.3.1, and remove egui_glow's needless dependency on pure_glow's deps (#4036)
<!--
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 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!
-->

These are the latest versions of memoffset and arboard.

The changes to egui_glow/pure_glow allow downstream crates to not depend
on rwh 0.5, which is only needed for pure_glow (and other projects that
use glutin)

Thanks for your time & work
2024-02-13 10:32:18 +01:00
..
ecolor Release 0.26.1 - Bug Fixes 2024-02-11 09:03:09 +01:00
eframe Release 0.26.1 - Bug Fixes 2024-02-11 09:03:09 +01:00
egui egui: Fix custom `Window` `Frame`s (#4009) 2024-02-11 08:56:15 +01:00
egui-wgpu Release 0.26.1 - Bug Fixes 2024-02-11 09:03:09 +01:00
egui-winit Update memoffset to 0.9.0, arboard to 3.3.1, and remove egui_glow's needless dependency on pure_glow's deps (#4036) 2024-02-13 10:32:18 +01:00
egui_demo_app Make `egui_wgpu::renderer` a private module (#3979) 2024-02-05 15:12:59 +01:00
egui_demo_lib Fix: `Response.interact_pointer_pos` is `Some` on click and drag released (#4014) 2024-02-10 11:21:57 +01:00
egui_extras Release 0.26.1 - Bug Fixes 2024-02-11 09:03:09 +01:00
egui_glow Update memoffset to 0.9.0, arboard to 3.3.1, and remove egui_glow's needless dependency on pure_glow's deps (#4036) 2024-02-13 10:32:18 +01:00
egui_plot Release 0.26.1 - Bug Fixes 2024-02-11 09:03:09 +01:00
egui_web Fix typos (#2866) 2023-04-18 15:52:45 +02:00
emath Use more workspace dependencies (#3975) 2024-02-05 12:43:58 +01:00
epaint Release 0.26.1 - Bug Fixes 2024-02-11 09:03:09 +01:00