it builds! (still need to implement colors and multiple inputs)

This commit is contained in:
Simon Gardling
2022-02-25 11:17:59 -05:00
parent 0c538cb7fd
commit 9fded6856c
6 changed files with 168 additions and 277 deletions

View File

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