cleanup dependencies
This commit is contained in:
parent
b46cb5e83f
commit
10b0498a1e
@ -16,13 +16,10 @@ lto = true
|
|||||||
meval = { git = "https://github.com/Titaniumtown/meval-rs.git" }
|
meval = { git = "https://github.com/Titaniumtown/meval-rs.git" }
|
||||||
egui = "0.17.0"
|
egui = "0.17.0"
|
||||||
eframe = "0.17.0"
|
eframe = "0.17.0"
|
||||||
emath = "0.17.0"
|
|
||||||
epaint = "0.17.0"
|
|
||||||
instant = { version = "0.1.12", features = ["wasm-bindgen"] }
|
instant = { version = "0.1.12", features = ["wasm-bindgen"] }
|
||||||
|
|
||||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||||
console_error_panic_hook = "0.1.7"
|
console_error_panic_hook = "0.1.7"
|
||||||
tracing-wasm = "0.2.1"
|
tracing-wasm = "0.2.1"
|
||||||
wee_alloc = "0.4.5"
|
wee_alloc = "0.4.5"
|
||||||
web-sys = { version = "0.3.56", features = ["HtmlCanvasElement"] }
|
|
||||||
wasm-bindgen = "0.2.79"
|
wasm-bindgen = "0.2.79"
|
||||||
|
|||||||
@ -5,9 +5,6 @@ mod chart_manager;
|
|||||||
mod egui_app;
|
mod egui_app;
|
||||||
mod misc;
|
mod misc;
|
||||||
|
|
||||||
#[cfg(target_arch = "wasm32")]
|
|
||||||
use eframe::{egui, epi};
|
|
||||||
|
|
||||||
#[cfg(target_arch = "wasm32")]
|
#[cfg(target_arch = "wasm32")]
|
||||||
use wasm_bindgen::prelude::*;
|
use wasm_bindgen::prelude::*;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user