1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 14:20:04 -04:00
Files
egui/crates/egui_kittest/src
Lucas Meurer 47fa50d9a7 Add diagnostic_max_steps for a betterExceededMaxStepsError (#8421)
This allows you to see how many more steps it would have taken for the
harness to settle.
Useful to see if you're in a infinite repaint loop or just need a
`harness.run_steps(3)` to give it some more frames to settle.
Should make it easier to make the default step count tighter, which
should make tests faster.
2026-08-31 15:29:10 +02:00
..