Simon Gardling db404f3d68 'fat' lto
2022-02-15 09:05:40 -05:00

22 lines
494 B
TOML

[package]
name = "integral_site"
version = "0.1.0"
edition = "2021"
[lib]
crate-type=["cdylib"]
[profile.release]
debug = 0
codegen-units = 1
opt-level = 3
lto = "fat"
[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 = { git = "https://github.com/rekka/meval-rs.git" }
console_error_panic_hook = { git = "https://github.com/rustwasm/console_error_panic_hook.git"}