Skip to content

Commit 348f147

Browse files
fix(deps): update rust crate eframe to 0.28
1 parent 9066386 commit 348f147

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.27"
1010
egui_plot = "0.27"
11-
eframe = { version = "0.27", default-features = false, features = [
11+
eframe = { version = "0.28", 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)