Skip to content

Commit db24654

Browse files
fix(deps): update rust crate eframe to 0.31
1 parent c1c9a66 commit db24654

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
@@ -8,7 +8,7 @@ edition = "2021"
88
[dependencies]
99
egui = "0.29"
1010
egui_plot = "0.29"
11-
eframe = { version = "0.29", default-features = false, features = [
11+
eframe = { version = "0.31", default-features = false, features = [
1212
"default_fonts", # Embed the default egui fonts.
1313
"glow", # Use the glow rendering backend. Alternative: "wgpu".
1414
"persistence", # Enable restoring app state when restarting the app.

0 commit comments

Comments
 (0)