Cargo Features

[dependencies]
dexterous_developer = { version = "0.2.0", default-features = false, features = ["hot", "hot_internal", "bevy", "cli"] }
default = bevy

The bevy feature is set by default whenever dexterous_developer is added without default-features = false somewhere in the dependency tree.

hot

Enables hot of bevy_dexterous_developer and dexterous_developer_internal

hot_internal = dexterous_developer_dynamic

Enables hot_internal of bevy_dexterous_developer, bevy of dexterous_developer_dynamic, hot_internal of dexterous_developer_internal

bevy default

Enables bevy_dexterous_developer

cli

Enables cli of dexterous_developer_internal

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.

dexterous_developer_dynamic hot_internal?