Cargo Features
[dependencies]
beet = { version = "0.0.4-rc.3", default-features = false, features = ["ml", "reflect", "beetmash", "animation", "assets", "ui"] }
- default = animation, assets, beetmash, ml, ui
-
These default features are set whenever
beet
is added without
somewhere in the dependency tree.default-features = false - ml default
-
Enables beet_ml
- reflect
- beetmash default
-
Enables beetmash
- animation default
-
Enables animation of beet_spatial
- assets default
-
Enables assets of beet_spatial
- ui default
-
Enables ui of beet_spatial
Beet has 7 features without comments.