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 default-features = false somewhere in the dependency tree.

ml default

Enables beet_ml

reflect

Enables reflect of beet_flow

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.