Cargo Features

[dependencies]
bevy_input = { version = "0.15.0-rc.2", default-features = false, features = ["bevy_reflect", "serialize"] }
default = bevy_reflect

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

bevy_reflect default

Enables bevy_reflect and bevy_reflect of bevy_app, bevy_ecs, and bevy_math

bevy_app:

bevy

serialize = serde

Enables serde of smol_str ^0.2

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.

serde serialize?

Enables serde

other