make precision selectable using feature
This commit is contained in:
@@ -12,5 +12,5 @@ path = "lib.rs"
|
||||
wasm-bindgen = "0.2.58"
|
||||
console_error_panic_hook = "0.1.6"
|
||||
wee_alloc = "0.4.5"
|
||||
sbp = { path = "../sbp" }
|
||||
sbp = { path = "../sbp", features = ["f32"] }
|
||||
ndarray = "0.13.0"
|
||||
|
||||
Reference in New Issue
Block a user