Cargo Features

bevy_window has no features set by default.

[dependencies]
bevy_window = { version = "0.15.0-rc.3", features = ["serialize"] }
serialize = serde

Enables serialize of bevy_ecs, 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