egui/crates
lucasmerlin b8051cc301
Add `SnapshotResults` struct to egui_kittest (#5672)
I got annoyed by all the slightly different variations of "collect
snapshot results and unwrap them at the end of test" I've written, so I
added a struct to make this nice and simple.

One controversial thing: It panics when dropped. I wanted to ensure
people cannot forget to unwrap the results at the end, and this was the
best thing I could come up with. I don't think this is possible via
clippy lint or something like that.

* [x] I have followed the instructions in the PR template
2025-02-04 14:01:32 +01:00
..
ecolor Improve tessellation quality (#5669) 2025-02-04 11:30:12 +01:00
eframe eframe web: forward cmd-S/O to egui app (stop default browser action) (#5655) 2025-01-30 20:37:29 +01:00
egui Add `SnapshotResults` struct to egui_kittest (#5672) 2025-02-04 14:01:32 +01:00
egui-wgpu Wgpu resources are no longer wrapped in `Arc` (since they are now `Clone`) (#5612) 2025-01-20 18:06:35 +01:00
egui-winit Serialize window maximized state in `WindowSettings` (#5554) 2025-01-06 09:19:17 +01:00
egui_demo_app Add `SnapshotResults` struct to egui_kittest (#5672) 2025-02-04 14:01:32 +01:00
egui_demo_lib Add `SnapshotResults` struct to egui_kittest (#5672) 2025-02-04 14:01:32 +01:00
egui_extras ⚠️ Rename `Rounding` to `CornerRadius` (#5673) 2025-02-04 12:53:18 +01:00
egui_glow Revert "Revert "forward x11 and wayland features to glutin" (#5391)" (#5490) 2024-12-17 09:36:03 +01:00
egui_kittest Add `SnapshotResults` struct to egui_kittest (#5672) 2025-02-04 14:01:32 +01:00
egui_plot Move `egui_plot` to its own repo (#4828) 2024-07-15 18:45:19 +02:00
egui_web Fix typos (#2866) 2023-04-18 15:52:45 +02:00
emath Add `egui::Scene` for panning/zooming a `Ui` (#5505) 2025-01-28 20:06:10 +01:00
epaint ⚠️ Rename `Rounding` to `CornerRadius` (#5673) 2025-02-04 12:53:18 +01:00
epaint_default_fonts Update `egui_default_fonts` license (#5361) 2025-01-22 15:16:50 +01:00