move some logic to FunctionOutput

This commit is contained in:
Simon Gardling
2022-03-09 19:50:49 -05:00
parent c4ac24381d
commit bdd727e4d0
5 changed files with 124 additions and 84 deletions

View File

@@ -2,6 +2,7 @@
mod egui_app;
mod function;
mod function_output;
mod misc;
mod parsing;