Cargo Features
[dependencies]
worlds_ecs = { version = "0.1.0", default-features = false, features = ["many_components"] }
- default = many_components
-
The
many_components
feature is set by default wheneverworlds_ecs
is added without
somewhere in the dependency tree.default-features = false - many_components default
worlds_ecs has 2 features without comments.