update dependencies

This commit is contained in:
Simon Gardling
2023-04-18 10:14:31 -04:00
parent cb6a773659
commit 7e1fe54d59
18 changed files with 484 additions and 572 deletions

View File

@@ -1,5 +1,5 @@
use crate::math_app::AppSettings;
use crate::misc::*;
use crate::misc::{newtons_method_helper, step_helper, EguiHelper};
use egui::{
plot::{BarChart, PlotPoint, PlotUi},
widgets::plot::Bar,
@@ -139,7 +139,7 @@ impl FunctionEntry {
extrema_data: Vec::new(),
root_data: Vec::new(),
nth_derivative_data: None,
autocomplete: AutoComplete::default(),
autocomplete: AutoComplete::EMPTY,
test_result: None,
curr_nth: 3,
settings_opened: false,