Cargo Features

[dependencies]
rocketsim_rs = { version = "0.27.0", 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 default-features = false somewhere in the dependency tree.

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.

serde serde_utils?