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,10 +1,9 @@
#![allow(clippy::unused_unit)] // Fixes clippy keep complaining about wasm_bindgen
#![allow(clippy::type_complexity)] // Clippy, my types are fine.
mod chart_manager;
mod egui_app;
mod misc;
mod function;
mod misc;
#[cfg(target_arch = "wasm32")]
use wasm_bindgen::prelude::*;