diff --git a/webfront/Cargo.toml b/webfront/Cargo.toml index 71c9691..bd2aa67 100644 --- a/webfront/Cargo.toml +++ b/webfront/Cargo.toml @@ -11,7 +11,7 @@ crate-type = ["cdylib"] wasm-bindgen = "0.2.63" console_error_panic_hook = "0.1.6" wee_alloc = "0.4.5" -sbp = { path = "../sbp", features = ["f32"] } +sbp = { path = "../sbp", features = ["f32", "fast-float"] } ndarray = "0.13.1" euler = { path = "../euler" } maxwell = { path = "../maxwell" } diff --git a/webfront/frontend/index.html b/webfront/frontend/index.html index b145e1e..9f53d81 100644 --- a/webfront/frontend/index.html +++ b/webfront/frontend/index.html @@ -44,7 +44,10 @@
- + +
+
+