2022-02-23 15:10:08 -05:00

26 lines
539 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 = true
[dependencies]
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"
[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"