diff --git a/Cargo.toml b/Cargo.toml index 049ab4c..2a075cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] egui = "0.22.0" -eframe = { version = "0.21.3", default-features = false, features = [ +eframe = { version = "0.34.0", 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.