We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9066386 commit 348f147Copy full SHA for 348f147
1 file changed
Cargo.toml
@@ -8,7 +8,7 @@ edition = "2021"
8
[dependencies]
9
egui = "0.27"
10
egui_plot = "0.27"
11
-eframe = { version = "0.27", default-features = false, features = [
+eframe = { version = "0.28", default-features = false, features = [
12
"default_fonts", # Embed the default egui fonts.
13
"glow", # Use the glow rendering backend. Alternative: "wgpu".
14
"persistence", # Enable restoring app state when restarting the app.
0 commit comments