This commit is contained in:
Simon Gardling
2022-02-10 18:13:58 -05:00
parent 1bd2f919a8
commit 9f62ce3d3e
3 changed files with 8 additions and 15 deletions

View File

@@ -6,10 +6,15 @@ edition = "2021"
[lib]
crate-type=["cdylib"]
[profile.release]
debug = 0
codegen-units = 1
opt-level = 3
[dependencies]
wasm-bindgen = "0.2.79"
plotters = "0.3.1"
plotters-canvas = "0.3.0"
wee_alloc = "0.4.5"
web-sys = { version = "0.3.56", features = ["HtmlCanvasElement"] }
meval = "0.2"
meval = { git = "https://github.com/rekka/meval-rs.git" }