Skip to content

Commit ba36ec4

Browse files
fix(deps): update rust crate egui_plot to 0.33
1 parent 8b0b588 commit ba36ec4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77

88
[dependencies]
99
egui = "0.29"
10-
egui_plot = "0.29"
10+
egui_plot = "0.33"
1111
eframe = { version = "0.29", default-features = false, features = [
1212
"default_fonts", # Embed the default egui fonts.
1313
"glow", # Use the glow rendering backend. Alternative: "wgpu".

0 commit comments

Comments
 (0)