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