make precision selectable using feature

This commit is contained in:
Magnus Ulimoen
2020-02-27 20:26:43 +01:00
parent afa2ce655f
commit ba420b1554
15 changed files with 252 additions and 211 deletions

View File

@@ -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"