Cargo Features
[dependencies]
sophus_sim = { version = "0.11.0", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneversophus_sim
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of sophus_autodiff, sophus_image, sophus_lie, sophus_opt, sophus_renderer, and sophus_sensor
sophus_sim has 2 features without comments.