Cargo Features
[dependencies]
beet = { version = "0.0.5", default-features = false, features = ["examples", "flow", "router", "rsx", "ml", "spatial", "sim", "bevy", "bevy_default"] }
- default = flow
-
The
flow
feature is set by default wheneverbeet
is added without
somewhere in the dependency tree.default-features = false - examples = bevy_default
-
Enables beet_examples
- flow default ml? sim? spatial?
-
Enables beet_flow
- router = rsx
-
Enables parser of beet_router
- rsx router?
-
Enables beet_rsx
- ml = flow
-
Enables beet_ml
- spatial = flow
-
Enables beet_spatial, spatial of optional beet_ml
- sim = flow
-
Enables beet_sim
- bevy bevy_default?
-
Enables bevy, bevy of optional beet_router and optional beet_rsx
- bevy_default examples? = bevy
-
Enables bevy and bevy_default of optional beet_flow, optional beet_ml, optional beet_rsx, optional beet_sim, and optional beet_spatial
beet_rsx:
this is a hefty feature, pulls in bevy_render
Beet has 10 features without comments.