fix build on newer egui

This commit is contained in:
2025-12-03 16:43:58 -05:00
parent 74813f5f13
commit 8b7e3b3009
6 changed files with 47 additions and 34 deletions

View File

@@ -1,4 +1,4 @@
use base64::{engine::general_purpose, Engine as _};
use base64::{Engine as _, engine::general_purpose};
use egui_plot::{Line, PlotPoint, PlotPoints, Points};
use emath::Pos2;
use getrandom::getrandom;