it builds! (still need to implement colors and multiple inputs)
This commit is contained in:
@@ -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"))]
|
||||
|
||||
Reference in New Issue
Block a user