diff --git a/Cargo.toml b/Cargo.toml index 8de3ad5..adf2cc1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] egui = "0.23" -egui_plot = "0.23.0" +egui_plot = "0.26.2" eframe = { version = "0.23.0", default-features = true, features = [ "default_fonts", # Embed the default egui fonts. "glow", # Use the glow rendering backend. Alternative: "wgpu".