Skip to content

Commit 21b8d42

Browse files
fix(deps): update rust crate eframe to 0.26.0
1 parent e345109 commit 21b8d42

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.23"
1010
egui_plot = "0.23.0"
11-
eframe = { version = "0.23.0", default-features = true, features = [
11+
eframe = { version = "0.26.0", default-features = true, 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)