rewrite progress

This commit is contained in:
Simon Gardling
2022-02-25 09:47:41 -05:00
parent 27601d7ddd
commit 0c538cb7fd
6 changed files with 196 additions and 28 deletions

View File

@@ -3,6 +3,7 @@ mod egui_app;
// These 2 are needed for rust-analyzer to work in vscode.
mod chart_manager;
mod misc;
mod function;
// For running the program natively! (Because why not?)
#[cfg(not(target_arch = "wasm32"))]