Cargo Features
[dependencies]
rocketsim_rs = { version = "0.33.3", default-features = false, features = ["debug_logging", "glam", "bin", "serde_utils"] }
- default = bin, debug_logging
-
These default features are set whenever
rocketsim_rs
is added without
somewhere in the dependency tree.default-features = false - debug_logging default
- glam
-
Enables glam
Affects
rocketsim_rs::glam_ext
… - bin default
-
Affects
rocketsim_rs::bytes
,rocketsim_rs::render
… - serde_utils = serde
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.