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