diff --git a/Cargo.toml b/Cargo.toml index f765b39..3ad2008 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] egui = "0.29" egui_plot = "0.29" -eframe = { version = "0.29", default-features = false, features = [ +eframe = { version = "0.33", default-features = false, features = [ "default_fonts", # Embed the default egui fonts. "glow", # Use the glow rendering backend. Alternative: "wgpu". "persistence", # Enable restoring app state when restarting the app.