2020-01-30 17:28:22 +00:00
|
|
|
[package]
|
|
|
|
name = "sbp-web"
|
|
|
|
version = "0.1.1"
|
|
|
|
authors = ["Magnus Ulimoen <flymagnus@gmail.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
crate-type = ["cdylib"]
|
|
|
|
path = "lib.rs"
|
|
|
|
|
|
|
|
[dependencies]
|
2020-04-04 21:39:41 +00:00
|
|
|
wasm-bindgen = "0.2.60"
|
2020-02-22 17:57:22 +00:00
|
|
|
console_error_panic_hook = "0.1.6"
|
|
|
|
wee_alloc = "0.4.5"
|
2020-02-27 19:26:43 +00:00
|
|
|
sbp = { path = "../sbp", features = ["f32"] }
|
2020-01-30 17:28:22 +00:00
|
|
|
ndarray = "0.13.0"
|
2020-05-01 22:22:59 +00:00
|
|
|
euler = { path = "../euler" }
|
|
|
|
maxwell = { path = "../maxwell" }
|
2020-05-19 18:05:31 +00:00
|
|
|
shallow-water = { path = "../shallow_water" }
|
|
|
|
console_log = "0.2.0"
|
|
|
|
log = "0.4.8"
|