diff --git a/Cargo.toml b/Cargo.toml index 288173b..1058b8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] egui = "0.27" -egui_plot = "0.27" +egui_plot = "0.30" eframe = { version = "0.27", default-features = false, features = [ "default_fonts", # Embed the default egui fonts. "glow", # Use the glow rendering backend. Alternative: "wgpu".