We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1c9a66 commit db24654Copy full SHA for db24654
1 file changed
Cargo.toml
@@ -8,7 +8,7 @@ edition = "2021"
8
[dependencies]
9
egui = "0.29"
10
egui_plot = "0.29"
11
-eframe = { version = "0.29", default-features = false, features = [
+eframe = { version = "0.31", 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