Skip to content

Commit 3b89b12

Browse files
committed
feat: default to std+f64, add test suite from SlimeVR/SlimeVR-Rust#206
1 parent 0ec992c commit 3b89b12

File tree

2 files changed

+393
-11
lines changed

2 files changed

+393
-11
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
license = "MIT"
77

88
[features]
9-
default = ["libm", "f32", "motion-bias-estimation"]
9+
default = ["std", "motion-bias-estimation"]
1010
std = []
1111
libm = ["dep:libm"]
1212
f32 = []

0 commit comments

Comments
 (0)