cleanup + remove Instant + remove Info window

This commit is contained in:
2025-12-05 13:50:55 -05:00
parent 63bd73e444
commit 957c286e59
6 changed files with 10 additions and 70 deletions

View File

@@ -1,5 +1,5 @@
use base64::engine::general_purpose;
use base64::Engine;
use base64::engine::general_purpose;
use egui_plot::{Line, PlotPoint, PlotPoints, Points};
use emath::Pos2;
use itertools::Itertools;