Cargo Features

bevy_cef has no features set by default.

[dependencies]
bevy_cef = { version = "0.1.0", features = ["serialize", "debug"] }
serialize

Enables serialize of bevy ^0.16

bevy:

Enable serialization support through serde

debug

Enables debug of bevy_cef_core

bevy_cef has 2 features without comments.