egui icon indicating copy to clipboard operation
egui copied to clipboard

Introduce lifetime to egui_plot::Plot to replace 'static fields

Open Fabus1184 opened this issue 2 months ago • 1 comments

  • 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.

Fabus1184 avatar Apr 30 '24 00:04 Fabus1184