add tests for EguiHelper trait

This commit is contained in:
Simon Gardling
2022-05-18 13:53:01 -04:00
parent 6258b0ac16
commit 3ef1feedb1
4 changed files with 45 additions and 7 deletions

View File

@@ -33,6 +33,7 @@ pub use crate::{
hashed_storage_read,
option_vec_printer,
step_helper,
EguiHelper,
SteppedVector,
},
};

View File

@@ -1,6 +1,6 @@
use std::intrinsics::assume;
use eframe::egui::plot::{Line, Points, Value, Values};
use egui::plot::{Line, Points, Value, Values};
use itertools::Itertools;
#[cfg(not(threading))]