Skip to content

Commit

Permalink
feat: default to std+f64, add test suite from SlimeVR/SlimeVR-Rust#206
Browse files Browse the repository at this point in the history
  • Loading branch information
vgskye committed Apr 24, 2024
1 parent 0ec992c commit 3b89b12
Show file tree
Hide file tree
Showing 2 changed files with 393 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
license = "MIT"

[features]
default = ["libm", "f32", "motion-bias-estimation"]
default = ["std", "motion-bias-estimation"]
std = []
libm = ["dep:libm"]
f32 = []
Expand Down
Loading

0 comments on commit 3b89b12

Please sign in to comment.