cleanup dependencies

This commit is contained in:
Simon Gardling 2022-02-24 09:13:41 -05:00
parent b46cb5e83f
commit 10b0498a1e
2 changed files with 0 additions and 6 deletions

View File

@ -16,13 +16,10 @@ lto = true
meval = { git = "https://github.com/Titaniumtown/meval-rs.git" }
egui = "0.17.0"
eframe = "0.17.0"
emath = "0.17.0"
epaint = "0.17.0"
instant = { version = "0.1.12", features = ["wasm-bindgen"] }
[target.'cfg(target_arch = "wasm32")'.dependencies]
console_error_panic_hook = "0.1.7"
tracing-wasm = "0.2.1"
wee_alloc = "0.4.5"
web-sys = { version = "0.3.56", features = ["HtmlCanvasElement"] }
wasm-bindgen = "0.2.79"

View File

@ -5,9 +5,6 @@ mod chart_manager;
mod egui_app;
mod misc;
#[cfg(target_arch = "wasm32")]
use eframe::{egui, epi};
#[cfg(target_arch = "wasm32")]
use wasm_bindgen::prelude::*;