Skip to content

Commit 155981f

Browse files
committed
Implement Debug for PlotMemory
1 parent d7b958e commit 155981f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

egui_plot/src/memory.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use crate::bounds::PlotBounds;
1010

1111
/// Information about the plot that has to persist between frames.
1212
#[cfg_attr(feature = "serde", derive(serde::Deserialize, serde::Serialize))]
13-
#[derive(Clone)]
13+
#[derive(Clone, Debug)]
1414
pub struct PlotMemory {
1515
/// Indicates if the plot uses automatic bounds.
1616
///

0 commit comments

Comments
 (0)