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

@@ -8,8 +8,8 @@ use std::{
};
use epaint::{
text::{FontData, FontDefinitions, FontTweak},
FontFamily,
text::{FontData, FontDefinitions, FontTweak},
};
use run_script::ScriptOptions;