mirror of
https://github.com/emilk/egui.git
synced 2026-07-12 17:48:55 +00:00
ce59e43869
* Closes https://github.com/emilk/egui/issues/4434 Shouldn't break anything, because when all arguments have a 'static lifetime (required without this PR), the Plot is also 'static and can be used like before.